@dfinity/pic
Version:
An Internet Computer Protocol canister testing library for TypeScript and JavaScript.
37 lines (36 loc) • 878 B
JSON
{
"name": "@dfinity/pic",
"description": "An Internet Computer Protocol canister testing library for TypeScript and JavaScript.",
"version": "0.18.0",
"author": "DFINITY Stiftung",
"license": "Apache-2.0",
"repository": "github:dfinity/pic-js",
"bugs": "https://github.com/dfinity/pic-js/issues",
"homepage": "https://js.icp.build/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": {
"@icp-sdk/core": "^5.0.0",
"bip39": "^3.1.0",
"json-with-bigint": "3.4.4"
}
}