{
  "name": "zax-xx",
  "version": "0.1.0-rc",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc ./index.ts",
    "test": "jest",
    "doc": "jsdoc ./index.js"
  },
  "dependencies": {
    "jest": "^26.6.0",
    "jsdoc": "^3.6.6",
    "typescript": "^4.0.3"
  }
}
