-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
53 lines (53 loc) · 1.5 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
50
51
52
53
{
"name": "nest-typescript-starter",
"version": "1.0.0",
"description": "Nest TypeScript starter repository",
"license": "MIT",
"scripts": {
"start": "node index.js",
"start-eth": "node services/index.js",
"start-eth:watch": "nodemon services/nodemon.json",
"start:watch": "nodemon",
"prestart:prod": "tsc",
"start:prod": "node dist/server.js"
},
"dependencies": {
"@nestjs/common": "~4.5.9",
"@nestjs/core": "~4.5.10",
"@nestjs/microservices": "~4.5.8",
"@nestjs/testing": "~4.5.5",
"@nestjs/websockets": "~4.5.8",
"@types/es6-promise": "0.0.33",
"@types/express": "^4.11.0",
"@types/mongodb": "^2.2.17",
"@types/mongoose": "^4.7.29",
"altcoinio-wallet": "[email protected]:AltCoinExchange/altcoinio-wallet.git",
"angular2-universal-polyfills": "^2.1.0-rc.1",
"bee-queue": "^1.2.2",
"core-js": "^2.5.3",
"crypto-browserify": "^3.12.0",
"express-longpoll": "0.0.4",
"ipfs": "^0.28.1",
"mongodb": "^3.0.0-rc0",
"mongoose": "^4.13.7",
"mqtt": "^2.15.2",
"orbit-db": "^0.19.5",
"redis": "^2.7.1",
"reflect-metadata": "^0.1.10",
"rxjs": "^5.4.0",
"socket.io": "^2.0.4",
"submodules": "^3.0.0",
"tslint": "^5.8.0",
"typescript": "^2.5.2",
"uuid": "^3.1.0",
"web3": "^1.0.0-beta.26",
"websocket": "^1.0.25",
"zone.js": "^0.8.18"
},
"devDependencies": {
"@types/cli-color": "^0.3.29",
"@types/node": "^8.0.28",
"nodemon": "^1.12.1",
"ts-node": "^3.3.0"
}
}