{
  "name": "alphapay",
  "version": "0.2.4",
  "description": "Node.js implementation for alphapay",
  "main": "dist/alphapay.js",
  "types": "dist/alphapay.d.ts",
  "scripts": {
    "build": "tsc",
    "release": "npm run build && npm publish --access public",
    "test": "mocha -r ts-node/register  --timeout 10000 --recursive \"./src/test/**/*.spec.ts\""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bravemaster619/alphapay.git"
  },
  "keywords": [
    "alphapay",
    "payment",
    "api"
  ],
  "author": "bravemaster619",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bravemaster619/alphapay/issues"
  },
  "homepage": "https://github.com/bravemaster619/alphapay#readme",
  "devDependencies": {
    "@types/chai": "^4.2.11",
    "@types/mocha": "^7.0.2",
    "@types/node": "^14.0.5",
    "chai": "^4.2.0",
    "mocha": "^7.2.0",
    "ts-node": "^8.10.1",
    "tslint": "^6.1.2",
    "typescript": "^3.9.3"
  }
}
