mirror of
https://github.com/tlsnotary/tlsn-plugin-demo.git
synced 2026-01-08 04:54:07 -05:00
18 lines
467 B
JSON
18 lines
467 B
JSON
{
|
|
"name": "verifier",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"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"
|
|
}
|
|
} |