tornado-withdraw/package.json

25 lines
698 B
JSON

{
"name": "tornado-withdraw",
"version": "1.0.0",
"private": true,
"main": "index.js",
"scripts": {
"lint": "eslint index.html",
"dev": "npx http-server --cors .",
"update": "ts-node scripts/update.ts",
"sass": "sass static/bootstrap.scss static/bootstrap.css",
"sass:watch": "yarn sass --watch"
},
"devDependencies": {
"@tornado/core": "git+https://git.tornado.ws/tornadocontrib/tornado-core.git#4f0aaea790ff26bb8902bbf60f101ec240704685",
"@types/node": "^22.7.4",
"bootstrap": "^5.3.3",
"eslint": "8.57.0",
"eslint-plugin-html": "^8.1.1",
"sass": "^1.79.4",
"ts-node": "^10.9.2",
"tsc": "^2.0.4",
"typescript": "^5.6.2"
}
}