@subsocial/utils
Version:
JavaScript utils for Subsocial blockchain.
60 lines (59 loc) • 1.6 kB
JSON
{
"name": "@subsocial/utils",
"version": "0.8.14",
"description": "JavaScript utils for Subsocial blockchain.",
"author": "DappForce contributors",
"main": "index.js",
"license": "GPL-3.0-only",
"publishConfig": {
"access": "public",
"directory": "src",
"registry": "https://registry.npmjs.org"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dappforce/dappforce-subsocial-js.git"
},
"bugs": {
"url": "https://github.com/dappforce/dappforce-subsocial-js/issues"
},
"homepage": "https://github.com/dappforce/dappforce-subsocial-js",
"dependencies": {
"@polkadot/util-crypto": "latest",
"@sindresorhus/slugify": "^1.1.0",
"autolinker": "^4.0.0",
"bignumber.js": "^9.0.1",
"bn.js": "^5.1.1",
"chalk": "^3.0.0",
"dayjs": "^1.10.7",
"lodash.isempty": "^4.4.0",
"lodash.memoize": "^4.1.2",
"lodash.truncate": "^4.4.2",
"loglevel": "^1.7.0",
"loglevel-plugin-prefix": "^0.8.4",
"remark": "^13.0.0",
"remark-gfm": "^1.0.0",
"remark-html": "^13.0.1",
"strip-markdown": "^4.0.0",
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"@types/circular-json": "^0.4.0",
"@types/lodash.isempty": "^4.4.6",
"@types/lodash.truncate": "^4.4.6",
"@types/loglevel": "^1.6.3",
"@types/node": "^16.15.3"
},
"scripts": {
"build": "tsc && cp ./README.md ./build",
"build:watch": "tsc --watch"
},
"keywords": [
"dappforce",
"subsocial",
"substrate",
"polkadot",
"kusama"
],
"gitHead": "fb1408775bb4a66b694a32090f9d7115b6c68f70"
}