@dfinity/nns-proto
Version:
The protobuf source used by nns-js to support hardware wallets.
53 lines (52 loc) • 1.24 kB
JSON
{
"name": "@dfinity/nns-proto",
"version": "2.0.2",
"description": "The protobuf source used by nns-js to support hardware wallets.",
"license": "Apache-2.0",
"main": "dist/cjs/index.cjs.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"rmdir": "node ../../scripts/rmdir.mjs",
"ts-declaration": "tsc --emitDeclarationOnly --outDir dist/types",
"build": "npm run rmdir && mkdir -p dist && cp -R proto dist && node esbuild.mjs && npm run ts-declaration",
"prepack": "npm run build",
"test": ""
},
"repository": {
"type": "git",
"url": "git+https://github.com/dfinity/ic-js.git",
"directory": "packages/nns-proto"
},
"bugs": {
"url": "https://github.com/dfinity/ic-js"
},
"keywords": [
"internet computer",
"internet-computer",
"ic",
"dfinity",
"dfx",
"canister",
"candid",
"motoko",
"javascript",
"typescript",
"blockchain",
"crypto",
"nns",
"network nervous system",
"network-nervous-system"
],
"dependencies": {
"google-protobuf": "^3.21.2"
},
"devDependencies": {
"@types/google-protobuf": "^3.15.6"
}
}