-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 804 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 804 Bytes
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
{
"name": "neonwrapperworkflow",
"version": "0.1.0",
"description": "wrapper for workflow lib",
"main": "index.node",
"scripts": {
"build": "cargo-cp-artifact -nc index.node -- cargo build --message-format=json-render-diagnostics",
"build-debug": "npm run build --",
"build-release": "npm run build -- --release",
"install": "npm run build-release",
"test": "cargo test"
},
"author": "Adithya Kolla",
"license": "ISC",
"devDependencies": {
"cargo-cp-artifact": "^0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KollaAdithya/neonwrapperforworkflow.git"
},
"bugs": {
"url": "https://github.com/KollaAdithya/neonwrapperforworkflow/issues"
},
"homepage": "https://github.com/KollaAdithya/neonwrapperforworkflow#readme"
}