{
  "name": "coa-error",
  "version": "1.5.2",
  "description": "error component for coa",
  "keywords": [
    "coajs",
    "coa",
    "coa-error",
    "error",
    "die"
  ],
  "license": "MIT",
  "author": "Aex",
  "homepage": "https://github.com/coajs",
  "repository": {
    "type": "git",
    "url": "https://github.com/coajs/coa-error.git"
  },
  "scripts": {
    "dev:watch": "tsc -w",
    "test:watch": "mocha dist/test --watch",
    "test": "mocha dist/test",
    "build": "rm -rf dist* && tsc && cp package.json *.md dist/src",
    "sync": "curl -X PUT 'https://npm.taobao.org/sync/coa-error?sync_upstream=true'",
    "publish-prerelease": "yarn build && cd dist/src && yarn version --prerelease && yarn publish"
  },
  "dependencies": {},
  "devDependencies": {
    "@types/chai": "^4.2.17",
    "@types/mocha": "^8.2.2",
    "@types/node": "^15.0.1",
    "chai": "^4.3.4",
    "mocha": "^8.3.2",
    "typescript": "^4.2.4"
  }
}
