UNPKG

pic-ic

Version:

An Internet Computer Protocol canister testing library for TypeScript and JavaScript.

37 lines (36 loc) 892 B
{ "name": "pic-ic", "description": "An Internet Computer Protocol canister testing library for TypeScript and JavaScript.", "version": "0.7.0", "author": "Hadronous Labs", "license": "Apache-2.0", "repository": "github:hadronous/pic-js", "bugs": "https://github.com/hadronous/pic-js/issues", "homepage": "https://hadronous.github.io/pic-js", "keywords": [ "internet-computer", "internet-computer-protocol", "icp", "smart-contracts", "smart-contract", "canisters", "pocket-ic", "testing", "integration-testing", "testing-tools" ], "files": [ "dist" ], "main": "./dist/index.js", "types": "./dist/index.d.ts", "dependencies": { "bip39": "^3.1.0" }, "peerDependencies": { "@dfinity/agent": "^2.1.3", "@dfinity/candid": "^2.1.3", "@dfinity/identity": "^2.1.3", "@dfinity/principal": "^2.1.3" } }