@dfinity/pic
Version:
An Internet Computer Protocol canister testing library for TypeScript and JavaScript.
41 lines (40 loc) • 982 B
JSON
{
"name": "@dfinity/pic",
"description": "An Internet Computer Protocol canister testing library for TypeScript and JavaScript.",
"version": "0.13.1",
"author": "DFINITY Stiftung",
"license": "Apache-2.0",
"repository": "github:dfinity/pic-js",
"bugs": "https://github.com/dfinity/pic-js/issues",
"homepage": "https://dfinity.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",
"postinstall.mjs"
],
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"postinstall": "node ./postinstall.mjs"
},
"dependencies": {
"bip39": "^3.1.0"
},
"peerDependencies": {
"@dfinity/agent": "^2.3.0",
"@dfinity/candid": "^2.3.0",
"@dfinity/identity": "^2.3.0",
"@dfinity/principal": "^2.3.0"
}
}