2024-10-08 03:21:59 +03:00
|
|
|
{
|
|
|
|
"name": "tornado-withdraw",
|
2024-11-16 22:51:04 +03:00
|
|
|
"version": "1.0.6",
|
2024-10-08 03:21:59 +03:00
|
|
|
"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",
|
2024-11-11 13:32:19 +03:00
|
|
|
"sass:watch": "yarn sass --watch",
|
|
|
|
"ipfs:build": "docker build -t tornado-withdraw .",
|
|
|
|
"ipfs:hash": "docker container run --rm -it --entrypoint cat tornado-withdraw /ipfs_hash.txt",
|
|
|
|
"ipfs:add": "docker container run --rm tornado-withdraw"
|
2024-10-08 03:21:59 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-11-16 22:51:04 +03:00
|
|
|
"@tornado/core": "git+https://git.tornado.ws/tornadocontrib/tornado-core.git#092989ebaa2fcd84eff7d4aed66433e77c790c60",
|
2024-10-08 03:21:59 +03:00
|
|
|
"@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"
|
|
|
|
}
|
|
|
|
}
|