forked from getdozer/dozer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1 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
31
32
33
34
35
36
37
38
39
{
"name": "@dozerjs/log",
"version": "0.1.35",
"description": "Node.js binding for reading Dozer logs",
"main": "build/log.node",
"scripts": {
"build": "cargo-cp-artifact -nc build/log.node -- cargo build --message-format=json-render-diagnostics",
"build-debug": "npm run build --",
"build-release": "npm run build -- --release",
"test": "cargo test"
},
"author": "getdozer/dozer-dev",
"license": "Apache-2.0",
"devDependencies": {
"cargo-cp-artifact": "^0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/getdozer/dozer.git"
},
"keywords": [
"data",
"streaming"
],
"bugs": {
"url": "https://github.com/getdozer/dozer/issues"
},
"homepage": "https://github.com/getdozer/dozer#readme",
"binary": {
"module_name": "log",
"module_path": "build",
"host": "https://github.com/getdozer/dozer/releases/download/",
"remote_path": "v{version}"
},
"dependencies": {
"@mapbox/node-pre-gyp": "^1.0.10"
},
"files": []
}