WEB1_FRONTEND/package.json
2024-09-25 15:49:47 +03:00

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"
}
}