-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
27 lines (27 loc) · 811 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
{
"name": "nvngx-finder",
"version": "0.3.8",
"description": "Finds the path to nvngx.dll",
"main": "index.node",
"types": "src/lib.d.ts",
"scripts": {
"build": "cargo-cp-artifact -nc index.node -- cargo build --message-format=json-render-diagnostics",
"build-debug": "yarn run build",
"build-release": "yarn run build --release",
"install": "yarn run build-release",
"test": "cargo test"
},
"author": "Etaash Mathamsetty",
"license": "MIT",
"dependencies": {
"cargo-cp-artifact": "^0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/Etaash-mathamsetty/nvngx-finder.git"
},
"bugs": {
"url": "https://github.com/Etaash-mathamsetty/nvngx-finder/issues"
},
"homepage": "https://github.com/Etaash-mathamsetty/nvngx-finder#readme"
}