{
  "name": "@newfound8ion/newcoin.daos-js",
  "version": "2.0.10",
  "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.daos-js.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "newcoin",
    "newcoin.daos",
    "blockchain",
    "newlife"
  ],
  "author": "Avm07",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/newfound8ion/newcoin.daos-js/issues"
  },
  "homepage": "https://github.com/newfound8ion/newcoin.daos-js#readme",
  "devDependencies": {
    "@types/chai": "^4.3.0",
    "@types/mocha": "^9.1.0",
    "@types/node": "^17.0.18",
    "@types/node-fetch": "^2.6.1",
    "chai": "^4.3.6",
    "mocha": "^9.2.0",
    "ts-loader": "^9.2.6",
    "ts-node": "^10.5.0",
    "typescript": "^4.5.5",
    "webpack": "^5.69.1",
    "webpack-cli": "^4.9.2",
    "yarn": "^1.22.18"
  },
  "dependencies": {
    "node-fetch": "^2.6.1"
  }
}
