UNPKG

@newfound8ion/newcoin.pools-js

Version:

js module to fetch data from the newcoin.pools smart contract

53 lines (52 loc) 1.32 kB
{ "name": "@newfound8ion/newcoin.pools-js", "version": "2.0.6", "description": "js module to fetch data from the newcoin.pools smart contract", "main": "dist/index.js", "types": "", "files": [ "dist" ], "scripts": { "build:npm": "tsc", "build:web": "webpack --config webpack.prod.js", "build": "yarn run build:npm && yarn run build:web", "test": "mocha -r ts-node/register test/**/*.test.ts", "publish": "yarn publish" }, "repository": { "type": "git", "url": "git+https://github.com/newfound8ion/newcoin.pools-js.git" }, "publishConfig": { "access": "public" }, "keywords": [ "newcoin", "newcoin.pools", "blockchain", "newlife" ], "author": "Artem Maliuga <@Avm07>", "license": "MIT", "bugs": { "url": "https://github.com/newfound8ion/newcoin.pools-js/issues" }, "homepage": "https://github.com/newfound8ion/newcoin.pools-js#readme", "devDependencies": { "@types/chai": "^4.2.18", "@types/mocha": "^8.2.2", "@types/node": "^14.14.44", "@types/node-fetch": "^3.0.3", "chai": "^4.3.4", "mocha": "^8.4.0", "ts-loader": "^9.1.2", "ts-node": "^9.1.1", "typescript": "^4.2.4", "webpack": "^5.37.0", "webpack-cli": "^4.7.10" }, "dependencies": { "node-fetch": "^2.6.1" } }