Files
tlsn-plugin-demo/rs/0.1.0-alpha.12/package.json
Hendrik Eeckhaut 75b64043df alpha.12 (#34)
2025-06-28 12:17:57 +01:00

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"
}
}