forked from nestjsx/nest-emitter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.2 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
{
"name": "@atolye15/nest-emitter",
"version": "1.1.1",
"description": "Strongly Typed Eventemitter 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/nestjsx/nest-emitter.git"
},
"keywords": [
"nestjs",
"eventemitter",
"modules",
"nest"
],
"author": "Shady Khalifa <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nestjsx/nest-emitter/issues"
},
"homepage": "https://github.com/nestjsx/nest-emitter#readme",
"devDependencies": {
"@nestjs/common": "^6.0.5",
"@nestjs/core": "^6.0.5",
"@types/jest": "^23.3.1",
"@types/node": "^10.7.0",
"coveralls": "^3.0.2",
"jest": "^23.5.0",
"reflect-metadata": "^0.1.12",
"rxjs": "^6.0.0",
"ts-jest": "^23.10.5",
"ts-node": "^7.0.1",
"typescript": "^3.0.1"
}
}