UNPKG

@oap75/types

Version:

JavaScript type definitions for Subsocial blockchain.

42 lines (41 loc) 1.09 kB
{ "name": "@oap75/types", "version": "3.6.0", "description": "JavaScript type definitions 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/types": "latest", "@polkadot/types-known": "latest", "@polkadot/types-support": "latest", "@subsocial/utils": "0.6.9", "@subsocial/definitions": "0.6.9", "cids": "^0.7.1" }, "scripts": { "build": "tsc && cp ./README.md ./build", "build:watch": "tsc --watch" }, "keywords": [ "dappforce", "subsocial", "substrate", "polkadot", "kusama" ], "gitHead": "fb1408775bb4a66b694a32090f9d7115b6c68f70" }