-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
34 lines (34 loc) · 884 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
{
"name": "@wcferry/core",
"version": "0.1.6",
"scripts": {
"build:proto": "powershell ./gen-proto.ps1"
},
"type": "commonjs",
"main": "./src/index.js",
"typings": "./src/index.d.ts",
"dependencies": {
"@rustup/nng": "^0.1.2",
"@swc/helpers": "~0.5.2",
"debug": "^4.3.4",
"google-protobuf": "^3.21.2",
"mime": "^3.0.0"
},
"repository": {
"url": "git+https://github.com/stkevintan/node-wcferry.git",
"type": "git"
},
"author": {
"name": "stkevintan"
},
"devDependencies": {
"@types/google-protobuf": "^3.15.12",
"@types/mime": "^3.0.4",
"grpc-tools": "^1.12.4",
"protoc-gen-ts": "^0.8.7"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"directory": "../../dist/packages/core"
}
}