-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
45 lines (45 loc) · 1.13 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
{
"name": "nestjs-changelog",
"version": "1.0.19",
"description": "",
"scripts": {
"prebuild": "rimraf dist",
"build": "tsc -p tsconfig.build.json",
"test": "mocha lib/spec/change.spec.ts"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@linnify/typeorm-factory": "^1.0.12",
"@nestjs/common": "^8.0.10",
"@nestjs/core": "^8.0.10",
"@nestjs/platform-express": "^8.0.11",
"@nestjs/testing": "^8.0.11",
"@nestjs/typeorm": "^8.0.2",
"@types/chai": "^4.2.22",
"@types/mocha": "^9.0.0",
"@types/node": "^16.10.3",
"@types/sinon": "^10.0.4",
"chai": "^4.3.4",
"mocha": "^9.1.2",
"pg": "^8.7.1",
"rimraf": "^3.0.2",
"rxjs": "^7.3.0",
"sinon": "^11.1.2",
"ts-node": "^10.2.1",
"typeorm": "^0.2.38",
"typeorm-database-cleaner": "^1.0.2",
"typescript": "^4.4.3",
"yalc": "^1.0.0-pre.53"
},
"peerDependencies": {
"@nestjs/common": "^7.0.9 || ^8.0.0",
"@nestjs/core": "^7.0.9 || ^8.0.0",
"@nestjs/typeorm": "^8.0.0",
"typeorm": "^0.2.38",
"rxjs": "^7.3.0"
},
"dependencies": {
"class-transformer": "^0.4.0"
}
}