UNPKG

@subsocial/config

Version:
36 lines (35 loc) 899 B
{ "name": "@subsocial/config", "version": "1.0.0", "description": "JavaScript config files for Subsocial blockchain.", "author": "DappForce contributors", "license": "GPL-3.0-only", "publishConfig": { "access": "public", "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", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^4.6.1", "@typescript-eslint/parser": "^4.6.1", "eslint": "^7.12.1" }, "keywords": [ "dappforce", "subsocial", "substrate", "polkadot", "kusama", "eslint" ] }