{
  "name": "client-library",
  "repository": "https://github.com/bosonprotocol/client-library",
  "version": "0.1.9",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "start": "npm run build && npx node -r ts-node/register ./src/index.ts --unhandled-rejections=strict",
    "test": "mocha -r ts-node/register test/**/*.test.ts",
    "test:unit": "mocha -r ts-node/register test/unit/**/*.test.ts",
    "test:integration": "mocha -r ts-node/register test/integration/**/*.test.ts",
    "pub": "npm run build && npm version patch --no-git-tag-version && npm publish"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@types/chai": "^4.2.14",
    "@types/mocha": "^8.2.0",
    "@types/node": "^14.14.22",
    "axios": "^0.21.0",
    "chai": "^4.2.0",
    "dotenv": "^8.2.0",
    "ethers": "^5.0.24",
    "mocha": "^8.2.1",
    "ts-node": "^9.1.1",
    "typescript": "^4.1.3",
    "web3": "^1.3.0"
  },
  "directories": {
    "test": "test"
  },
  "description": "Client library offering services to interact with Boson Protocol."
}
