UNPKG

@subsocial/api

Version:
49 lines (48 loc) 1.28 kB
{ "name": "@subsocial/api", "version": "0.8.14", "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", "@polkadot/types": "latest", "@polkadot/types-known": "latest", "@polkadot/types-support": "latest", "@subsocial/definitions": "latest", "@subsocial/utils": "latest", "axios": "^0.24.0", "ipfs-http-client": "56.0.3", "json-stable-stringify": "^1.0.2" }, "scripts": { "build": "tsc && cp ./README.md ./build", "build:watch": "tsc --watch" }, "keywords": [ "dappforce", "subsocial", "substrate", "polkadot", "kusama", "ipfs" ], "gitHead": "fb1408775bb4a66b694a32090f9d7115b6c68f70", "devDependencies": { "@types/json-stable-stringify": "^1.0.34" } }