75 lines
2.4 KiB
JSON
75 lines
2.4 KiB
JSON
{
|
|
"name": "web-chain-clien",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.json",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"prod:api": "NODE_PATH=./dist node dist/api.js",
|
|
"run:prod": "NODE_ENV=production ts-node -r tsconfig-paths/register src/api.ts",
|
|
"dev:api": "ts-node -r tsconfig-paths/register src/api.ts",
|
|
"lint": "eslint --ext .ts src/**",
|
|
"format": "eslint --ext .ts src/** --fix",
|
|
"dev:monitor": "NODE_ENV=development ts-node -r tsconfig-paths/register src/monitor.ts",
|
|
"prod:monitor": "NODE_PATH=./dist node dist/monitor.js",
|
|
"dev:scription": "ts-node -r tsconfig-paths/register src/scriptions.ts",
|
|
"prod:scription": "TZ='SG' NODE_PATH=./dist node dist/scriptions.js",
|
|
"dev:event": "NODE_ENV=production ts-node -r tsconfig-paths/register src/events.ts",
|
|
"prod:event": "TZ='SG' NODE_PATH=./dist node dist/events.js"
|
|
},
|
|
"author": "z",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@fastify/cors": "^8.2.1",
|
|
"@fastify/formbody": "^7.4.0",
|
|
"@fastify/helmet": "^10.1.0",
|
|
"@fastify/jwt": "^6.7.1",
|
|
"@metamask/eth-sig-util": "^4.0.1",
|
|
"@typegoose/auto-increment": "^0.4.1",
|
|
"@typegoose/typegoose": "^7.4.6",
|
|
"axios": "^0.21.1",
|
|
"bson": "^4.0.4",
|
|
"deepmerge": "^4.2.2",
|
|
"dotenv": "^16.0.3",
|
|
"ethereumjs-util": "^7.1.5",
|
|
"fast-rbac": "^1.3.0",
|
|
"fast-xml-parser": "^4.1.3",
|
|
"fastify": "^4.15.0",
|
|
"fastify-file-upload": "^3.0.0",
|
|
"fastify-plugin": "^3.0.0",
|
|
"fastify-xml-body-parser": "^2.2.0",
|
|
"mongoose": "5.10.3",
|
|
"mongoose-findorcreate": "^3.0.0",
|
|
"node-fetch": "2",
|
|
"node-schedule": "^2.0.0",
|
|
"node-xlsx": "^0.21.0",
|
|
"nodemailer": "^6.9.1",
|
|
"redis": "^3.1.2",
|
|
"tracer": "^1.1.6",
|
|
"web3": "^1.7.4",
|
|
"zutils": "link:packages/zutils"
|
|
},
|
|
"devDependencies": {
|
|
"@types/dotenv": "^8.2.0",
|
|
"@types/node": "^16.18.68",
|
|
"@types/node-fetch": "2.x",
|
|
"@types/node-schedule": "^2.1.0",
|
|
"@types/nodemailer": "^6.4.7",
|
|
"@types/redis": "^2.8.28",
|
|
"@typescript-eslint/eslint-plugin": "^6.19.0",
|
|
"@typescript-eslint/parser": "^6.19.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
"prettier": "^3.2.4",
|
|
"ts-node": "^10.9.1",
|
|
"ts-node-dev": "^2.0.0",
|
|
"tsconfig-paths": "^3.9.0",
|
|
"tslint": "^6.1.1",
|
|
"typescript": "^5.3.3"
|
|
}
|
|
}
|