{
  "name": "luckystarry-log4ts",
  "version": "1.0.1",
  "description": "一个简单的日志记录组件",
  "scripts": {
    "prebuild": "del-cli dist -f",
    "build": "tsc",
    "pretest": "del-cli .nyc_output coverage -f",
    "test": "nyc mocha",
    "testonly": "mocha",
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "dev": "gulp dev"
  },
  "nyc": {
    "extension": [
      ".ts"
    ],
    "reporter": [
      "lcov",
      "text",
      "text-summary"
    ],
    "include": [
      "src"
    ],
    "all": true
  },
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LuckyStarry/luckystarry-log4ts.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/LuckyStarry/luckystarry-log4ts/issues"
  },
  "homepage": "https://github.com/LuckyStarry/luckystarry-log4ts#readme",
  "devDependencies": {
    "@types/chai": "^4.1.4",
    "@types/mocha": "^5.2.5",
    "@types/node": "^10.9.2",
    "chai": "^4.1.2",
    "coveralls": "^3.0.2",
    "cross-env": "^5.2.0",
    "del-cli": "^1.1.0",
    "gulp": "^4.0.2",
    "mocha": "^5.2.0",
    "nyc": "^15.0.0",
    "should": "^13.2.3",
    "ts-node": "^7.0.1",
    "tslint": "^5.11.0",
    "tslint-config-standard": "^8.0.1",
    "typescript": "^3.8.2"
  }
}
