@oap75/api
Version:
JavaScript API for Subsocial blockchain.
41 lines (40 loc) • 1.01 kB
JSON
{
"name": "@oap75/api",
"version": "3.6.0",
"description": "JavaScript API for Subsocial blockchain.",
"author": "DappForce contributors",
"license": "GPL-3.0-only",
"main": "index.js",
"publishConfig": {
"access": "public",
"directory": " build",
"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/api": "latest",
"@subsocial/types": "0.6.9",
"@subsocial/utils": "0.6.9",
"axios": "^0.24.0"
},
"scripts": {
"build": "tsc && cp ./README.md ./build",
"build:watch": "tsc --watch"
},
"keywords": [
"dappforce",
"subsocial",
"substrate",
"polkadot",
"kusama",
"ipfs"
],
"gitHead": "fb1408775bb4a66b694a32090f9d7115b6c68f70"
}