@puzzlehq/aleo-wasm-nodejs
Version:
Aleo SDK WASM
53 lines • 1.32 kB
JSON
{
"name": "@puzzlehq/aleo-wasm-nodejs",
"version": "0.8.1",
"description": "Aleo SDK WASM",
"collaborators": [
"The Provable Team",
"The Puzzle Team"
],
"license": "GPL-3.0",
"type": "module",
"main": "./dist/testnet/index.js",
"browser": "./dist/testnet/index.js",
"types": "./dist/testnet/index.d.ts",
"exports": {
".": "./dist/testnet/index.js",
"./worker.js": "./dist/testnet/worker.js",
"./testnet.js": "./dist/testnet/index.js",
"./testnet/worker.js": "./dist/testnet/worker.js",
"./mainnet.js": "./dist/mainnet/index.js",
"./mainnet/worker.js": "./dist/mainnet/worker.js"
},
"files": [
"dist",
"LICENSE.md",
"README.md",
"snippets/"
],
"repository": {
"type": "git",
"url": "git+https://github.com/puzzlehq/sdk.git"
},
"keywords": [
"Aleo",
"Blockchain",
"Zero-Knowledge",
"ZK"
],
"bugs": {
"url": "https://github.com/puzzlehq/sdk/issues"
},
"homepage": "https://github.com/puzzlehq/sdk#readme",
"scripts": {
"build": "rimraf dist && node build.js",
"build-node": "rimraf dist && node build-node.js",
"test": "node test.js"
},
"devDependencies": {
"@wasm-tool/rollup-plugin-rust": "^3.0.4",
"binaryen": "^121.0.0",
"rimraf": "^6.0.1",
"rollup": "^4.32.0"
}
}