@bb-did/ion-tools
Version:
ION Tools - utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy
63 lines (62 loc) • 1.62 kB
JSON
{
"name": "@bb-did/ion-tools",
"version": "3.0.1",
"description": "ION Tools - utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy",
"repository": {
"type": "git",
"url": "git+https://github.com/decentralized-identity/ion-tools.git"
},
"license": "Apache-2.0",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"exports": {
"require": "./dist/cjs/index.js",
"import": "./dist/esm/index.js"
},
"scripts": {
"build": "npm run clean && npm run build:esm",
"clean": "rimraf ./dist",
"build:esm": "mkdirp ./dist/esm && shx cp -R ./src/* ./dist/esm/"
},
"devDependencies": {
"@babel/eslint-parser": "^7.22.5",
"@babel/plugin-syntax-import-assertions": "^7.22.5",
"esbuild": "0.18.7",
"eslint": "^8.43.0",
"mkdirp": "2.1.3",
"mocha": "^10.2.0",
"rimraf": "5.0.1",
"shx": "^0.3.4"
},
"dependencies": {
"@bb-did/ion-sdk": "^1.0.0",
"@decentralized-identity/ion-pow-sdk": "^1.0.17",
"@noble/ed25519": "^2.0.0",
"@noble/secp256k1": "^2.0.0",
"chai": "^4.3.7",
"cross-fetch": "4.0.0",
"multiformats": "^12.0.1"
},
"files": [
"dist"
],
"bugs": {
"url": "https://github.com/decentralized-identity/ion-tools/issues"
},
"homepage": "https://github.com/decentralized-identity/ion-tools#readme",
"keywords": [
"ION",
"decentralized",
"identity"
],
"author": "shariat",
"engines": {
"node": ">= 18"
},
"engineStrict": true,
"directories": {
"example": "examples",
"test": "tests"
}
}