mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-05-10 03:35:46 +08:00
19 lines
500 B
JSON
19 lines
500 B
JSON
{
|
|
"name": "stacks-encoding-native-js",
|
|
"version": "0.1.0",
|
|
"description": "test desc 12345",
|
|
"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": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"cargo-cp-artifact": "^0.1"
|
|
}
|
|
}
|