forked from openiap/dotnetapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 1.01 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
{
"name": "@openiap/dotnetapi",
"version": "0.0.7",
"description": "",
"main": "index.js",
"scripts": {
"updateproto": "npm uninstall @openiap/proto && npm --save-dev i openiap/proto",
"generate": "mkdir -p src/proto && protoc -I=./proto -I./proto --grpc_opt=lite_client,no_server --csharp_out=./src/proto proto/base.proto proto/ace.proto proto/querys.proto proto/queues.proto proto/watch.proto proto/workitems.proto",
"updateapi": "npm uninstall @openiap/nodeapi && npm i @openiap/nodeapi"
},
"repository": {
"type": "git",
"url": "git+https://github.com/openiap/pyapi.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/openiap/pyapi/issues"
},
"homepage": "https://github.com/openiap/pyapi#readme",
"devDependencies": {
"@openiap/proto": "github:openiap/proto"
},
"openiap": {
"language": "dotnet",
"daemon": true,
"chromium": false
}
}