tree shaking
parent
5ab8150b33
commit
b9547d652c
File diff suppressed because it is too large
Load Diff
13
package.json
13
package.json
|
@ -1,17 +1,10 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"axios": "^1.6.7",
|
"axios": "^1.6.7",
|
||||||
"axios-request-throttle": "^1.0.0",
|
|
||||||
"axios-retry": "^4.0.0",
|
"axios-retry": "^4.0.0",
|
||||||
"bottleneck": "^2.19.5",
|
"bottleneck": "^2.19.5",
|
||||||
"dotenv": "^16.4.5",
|
"dotenv": "^16.4.5",
|
||||||
"form-data": "^4.0.0",
|
"ioredis": "^5.3.2"
|
||||||
"fs": "^0.0.1-security",
|
|
||||||
"ioredis": "^5.3.2",
|
|
||||||
"path": "^0.12.7",
|
|
||||||
"qs": "^6.11.2",
|
|
||||||
"sqlite": "^5.1.1",
|
|
||||||
"sqlite3": "^5.1.7"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^20.11.19",
|
"@types/node": "^20.11.19",
|
||||||
|
@ -19,8 +12,8 @@
|
||||||
"typescript": "^5.3.3"
|
"typescript": "^5.3.3"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc && copyfiles -u 3 \"src/db/migrations/*.sql\" dist/db/migrations && copyfiles -u 3 \"src/db/seed/*.sql\" dist/db/seed && copyfiles -u 2 \"src/messages/*.txt\" dist/messages",
|
"build": "tsc",
|
||||||
"start": "node dist/index.js",
|
"start": "node dist/index.js",
|
||||||
"test": "tsc -p tsconfig.tests.json"
|
"test": "tsc -p tsconfig.tests.json"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue