UNPKG

@newcoin-foundation/newcoin.pool-js

Version:

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

53 lines (52 loc) 1.34 kB
{ "name": "@newcoin-foundation/newcoin.pool-js", "version": "1.0.4", "description": "js module to fetch data from the newcoin.pool 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/Newcoin-Foundation/newcoin.farm-js.git" }, "publishConfig": { "access": "public" }, "keywords": [ "newcoin", "newcoin.pool", "blockchain", "newlife" ], "author": "Artem Maliuga <@Avm07>", "license": "MIT", "bugs": { "url": "https://github.com/Newcoin-Foundation/newcoin.pool-js/issues" }, "homepage": "https://github.com/Newcoin-Foundation/newcoin.pool-js#readme", "devDependencies": { "@types/chai": "^4.2.22", "@types/mocha": "^9.0.0", "@types/node": "^16.11.9", "@types/node-fetch": "^3.0.3", "chai": "^4.3.4", "mocha": "^9.1.3", "ts-loader": "^9.2.6", "ts-node": "^10.4.0", "typescript": "^4.5.2", "webpack": "^5.64.2", "webpack-cli": "^4.9.1" }, "dependencies": { "node-fetch": "^2.6.1" } }