-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.3 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
{
"name": "impost",
"version": "1.0.1",
"description": "Test",
"main": "index.js",
"scripts": {
"test": "mocha -r ts-node/register tests/unit/**/*spec.ts",
"start": "ts-node src/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arturkasperek/impost.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/arturkasperek/impost/issues"
},
"homepage": "https://github.com/arturkasperek/impost#readme",
"dependencies": {
"@nestjs/common": "^4.5.1",
"@nestjs/core": "^4.5.1",
"@nestjs/microservices": "^4.5.1",
"@nestjs/testing": "^4.5.1",
"@nestjs/websockets": "^4.5.1",
"@types/express": "^4.0.39",
"@types/node": "^8.0.30",
"@types/react": "^16.0.22",
"class-validator": "^0.7.3",
"express": "^4.16.2",
"lodash": "^4.17.4",
"mysql": "^2.15.0",
"react": "^16.1.1",
"react-dom": "^16.1.1",
"reflect-metadata": "^0.1.10",
"rxjs": "^5.5.5",
"ts-node": "^3.3.0",
"typeorm": "^0.1.9",
"typescript": "^2.5.2"
},
"devDependencies": {
"@types/chai": "^4.0.4",
"@types/lodash": "^4.14.74",
"@types/mocha": "^2.2.43",
"@types/mongodb": "^2.2.11",
"@types/mongoose": "^4.7.23",
"chai": "^4.1.2",
"mocha": "^3.5.3",
"supertest": "^3.0.0"
}
}