olehmell/subsocial-sdk

View on GitHub
packages/api/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@subsocial/api",
  "version": "0.0.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",
    "@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"
  },
  "scripts": {
    "build": "tsc && cp ./README.md ./build",
    "build:watch": "tsc --watch"
  },
  "keywords": [
    "dappforce",
    "subsocial",
    "substrate",
    "polkadot",
    "kusama",
    "ipfs"
  ],
  "gitHead": "fb1408775bb4a66b694a32090f9d7115b6c68f70"
}