-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
37 lines (37 loc) · 904 Bytes
/
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
{
"name": "nestjs-electron-ipc-transport",
"version": "1.0.2",
"main": "dist/index.js",
"author": {
"email": "isnimitz@gmail.com",
"name": "NimitzDEV",
"url": "https://isnimitz.com"
},
"repository": {
"type": "git",
"url": "https://github.com/NimitzDEV/nestjs-electron-ipc-transport.git"
},
"license": "MIT",
"scripts": {
"build": "tsc -p tsconfig.json",
"debug:link": "yarn link",
"debug:unlink": "yarn unlink"
},
"peerDependencies": {
"electron": ">= 8.0.0"
},
"devDependencies": {
"@nestjs/common": "^7.4.4",
"@nestjs/core": "^7.4.4",
"@nestjs/microservices": "^7.4.4",
"@types/node": "^14.6.4",
"electron": "^10.1.1",
"rxjs": "^6.6.3",
"ts-node": "^9.0.0",
"tslint": "^6.1.3",
"typescript": "^4.0.2"
},
"dependencies": {
"reflect-metadata": "^0.1.13"
}
}