-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 942 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "new-typeorm-project",
"version": "0.0.1",
"description": "Awesome project developed with TypeORM.",
"devDependencies": {
"@acala-network/type-definitions": "^2.0.0",
"@types/node": "^16.0.0",
"ts-jest": "^27.0.3",
"ts-loader": "^9.2.3",
"ts-node": "^10.0.0",
"typescript": "4.3.5"
},
"dependencies": {
"@polkadot/api": "^6.12.1",
"body-parser": "^1.18.1",
"commander": "^8.3.0",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.15.4",
"fast-safe-stringify": "^2.1.1",
"fs": "^0.0.1-security",
"http": "^0.0.1-security",
"https": "^1.0.0",
"mysql": "^2.14.1",
"reflect-metadata": "^0.1.10",
"single-line-log": "^1.1.2",
"typeorm": "0.2.38",
"winston": "^3.3.3"
},
"bin": {
"subpuppy": "./build/index.js"
},
"scripts": {
"start": "ts-node src/index.ts"
}
}