@newfound8ion/newcoin.farm-js
Version:
JS Library to interact with newcoin.farm smart contract.
52 lines (51 loc) • 1.22 kB
JSON
{
"name": "@newfound8ion/newcoin.farm-js",
"version": "1.0.7",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"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.farm-js.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"newcoin",
"newcoin.farm",
"blockchain",
"newlife"
],
"author": "Avm07",
"license": "ISC",
"bugs": {
"url": "https://github.com/newfound8ion/newcoin.farm-js/issues"
},
"homepage": "https://github.com/newfound8ion/newcoin.farm-js#readme",
"dependencies": {
"node-fetch": "^2.6.1"
},
"devDependencies": {
"@types/chai": "^4.3.1",
"@types/mocha": "^9.1.1",
"@types/node-fetch": "^2.6.1",
"chai": "^4.3.6",
"mocha": "^9.2.2",
"ts-loader": "^9.2.9",
"ts-node": "^10.7.0",
"typescript": "^4.6.4",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2"
}
}