@npmjs_tdsoftware/subidentity
Version:
This package provides functionality to fetch identities and search identities by address or any identity field from any Substrate chain implementing the identities pallet. It was developed for use in SubIdentity, a Substrate identity directory, and contai
42 lines • 1.06 kB
JSON
{
"name": "@npmjs_tdsoftware/subidentity",
"version": "0.3.1",
"description": "",
"main": "./lib/index.js",
"files": [
"lib/"
],
"scripts": {
"build": "npm run lint && tsc -p .",
"lint": "eslint \"**/*.{ts,tsx}\"",
"test": "jest --config jestconfig.json",
"prepublishOnly": "npm run test && npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TDSoftware/subidentity-package.git"
},
"keywords": [
"Identity",
"Substrate"
],
"author": "TDSoftware",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/TDSoftware/subidentity-package/issues"
},
"homepage": "https://github.com/TDSoftware/subidentity-package#readme",
"devDependencies": {
"@types/jest": "^27.4.1",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"eslint": "^8.13.0",
"jest": "^27.5.1",
"ts-jest": "^27.1.4",
"typescript": "^4.6.3"
},
"dependencies": {
"@polkadot/api": "^8.2.1",
"bignumber.js": "^9.0.2"
}
}