UNPKG

js-isp

Version:

40 lines (39 loc) 891 B
{ "name": "js-isp", "version": "0.1.0", "description": "", "main": "index.js", "types": "index.d.ts", "scripts": { "build:types": "tsc", "build": "tsc -b && tsc -p tsconfig.json", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "dfinity", "ISP", "ICSP", "SDK", "IC" ], "author": "", "license": "MIT", "devDependencies": { "@babel/core": "^7.19.1", "@babel/preset-env": "^7.19.1", "@rollup/plugin-babel": "^5.3.1", "@rollup/plugin-node-resolve": "^14.1.0", "rollup": "^2.79.0", "tslib": "^2.4.0", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-typescript": "^1.0.1", "typescript": "^4.8.3" }, "dependencies": { "@dfinity/agent": "^0.11.3", "@dfinity/candid": "^0.11.3", "@dfinity/principal": "^0.11.0", "buffer": "^6.0.3", "nanoid": "^4.0.0" } }