UNPKG

@puzzlehq/aleo-wasm-web

Version:
52 lines 1.27 kB
{ "name": "@puzzlehq/aleo-wasm-web", "version": "0.7.0", "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", "devDependencies": { "@rollup/plugin-virtual": "^3.0.2", "@wasm-tool/rollup-plugin-rust": "^2.4.2", "rimraf": "^5.0.1", "rollup": "^3.27.2" }, "scripts": { "build": "rimraf dist && node build.js", "test": "node test.js" } }