CrypteCipher/bindings/package.json
MoCipher 267d8f6edd
Some checks failed
CI / build (macos-latest, stable) (push) Has been cancelled
CI / build (ubuntu-latest, stable) (push) Has been cancelled
CI / build (windows-latest, stable) (push) Has been cancelled
Initial CrypteCipher scaffold and features
2026-02-12 00:02:00 +01:00

9 lines
No EOL
234 B
JSON

{
"name": "cryptec-bindings-tests",
"version": "0.1.0",
"scripts": {
"build-cli": "cargo build -p cryptec_cli --manifest-path ../tools/cli/Cargo.toml --release",
"test": "node test/test.js"
},
"devDependencies": {}
}