17 lines
470 B
JSON
17 lines
470 B
JSON
{
|
|
"name": "web1",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"repository": "https://git.zinch.me/ITMO/WEB1_FRONTEND.git",
|
|
"author": "Ivan Zinchenko <i@zinch.me>",
|
|
"license": "none",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "rm -rf dist && lessc style.less dist/style.css && tsc script.ts --outfile dist/script.js && cp -r index.html favicon.ico fonts images sounds dist/"
|
|
},
|
|
"devDependencies": {
|
|
"less": "^4.2.0",
|
|
"typescript": "^5.6.2"
|
|
}
|
|
}
|