@dfinity/sns
Version:
A library for interfacing with a Service Nervous System (SNS) project.
49 lines (48 loc) • 1.25 kB
JSON
{
"name": "@dfinity/sns",
"version": "3.5.0",
"description": "A library for interfacing with a Service Nervous System (SNS) project.",
"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 candid dist && node esbuild.mjs && npm run ts-declaration",
"prepack": "npm run build",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dfinity/ic-js.git",
"directory": "packages/sns"
},
"bugs": {
"url": "https://github.com/dfinity/ic-js"
},
"keywords": [
"internet computer",
"internet-computer",
"ic",
"dfinity",
"service nervous system",
"service-nervous-system",
"sns"
],
"peerDependencies": {
"@dfinity/agent": "^2.0.0",
"@dfinity/candid": "^2.0.0",
"@dfinity/ledger-icrc": "^2.8.0",
"@dfinity/principal": "^2.0.0",
"@dfinity/utils": "^2.12.0"
},
"dependencies": {
"@noble/hashes": "^1.3.2"
}
}