-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
49 lines (49 loc) · 1.12 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "ko-js",
"version": "1.0.0",
"private": true,
"main": "src/index.js",
"scripts": {
"build": "tsc",
"start": "tsc && node --expose-gc build/app",
"test": "tsc && nole -T ./build/**/*.test.js"
},
"author": "co3moz",
"license": "MIT",
"dependencies": {
"@types/bluebird": "^3.5.25",
"@types/chai": "^4.1.7",
"@types/config": "0.0.34",
"@types/glob": "^7.1.1",
"@types/long": "^4.0.0",
"@types/mocha": "^5.2.6",
"@types/mongodb": "^3.1.19",
"@types/mongoose": "^5.3.17",
"@types/node": "^11.9.5",
"@types/redis": "^2.8.10",
"bluebird": "^3.5.1",
"chai": "^4.2.0",
"config": "^1.30.0",
"crc-32": "^1.2.0",
"cross-env": "^5.2.0",
"csv-streamify": "^4.0.0",
"fastify": "^2.1.0",
"fs-extra": "^6.0.1",
"glob": "^7.1.2",
"js-yaml": "^3.13.0",
"long": "^4.0.0",
"lzfjs": "^1.0.1",
"mongoose": "^5.4.13",
"natives": "^1.1.6",
"nole": "^1.0.8",
"redis": "^2.8.0",
"typescript": "^3.3.3",
"unzip": "^0.1.11"
},
"engines": {
"node": ">= 10"
},
"devDependencies": {
"ts-node": "^8.0.3"
}
}