-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpackage.json
42 lines (42 loc) · 1.16 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
{
"name": "nest-router",
"version": "1.0.9",
"description": "Router Module For Nestjs Framework",
"main": "index.js",
"scripts": {
"test": "jest --notify --config=jest.json",
"test:watch": "jest --watch --config=jest.json",
"test:coverage": "jest --config=jest.json --coverage --coverageDirectory=coverage",
"build": "./scripts/build.sh",
"build:andMove": "./scripts/build.sh andMove",
"npm:publish": "cd lib && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shekohex/nest-router.git"
},
"keywords": [
"nestjs",
"router",
"addons"
],
"author": "Shady Khalifa <[email protected]>",
"license": "MIT",
"devDependencies": {
"@nestjs/common": "^5.0.0",
"@nestjs/core": "^5.0.0",
"@nestjs/testing": "^5.3.11",
"@types/jest": "^24.0.0",
"@types/node": "^12.0.0",
"coveralls": "^3.0.2",
"jest": "^23.6.0",
"reflect-metadata": "^0.1.12",
"rxjs": "^6.3.0",
"ts-jest": "^24.0.0",
"typescript": "^3.0.0"
},
"bugs": {
"url": "https://github.com/shekohex/nest-router/issues"
},
"homepage": "https://github.com/shekohex/nest-router#readme"
}