{
  "name": "@anejs/anne-utils",
  "version": "2.2.0",
  "description": "anne for utils",
  "main": "lib/index.js",
  "typings": "types/index.d.ts",
  "scripts": {
    "clean": "rm -rf ./{dist,lib,types}",
    "build": "../../node_modules/.bin/tsc",
    "watch": "../../node_modules/.bin/tsc -w",
    "lint": "../../node_modules/.bin/tslint --project tsconfig.json --config tslint.json",
    "prepublish": "npm run clean && npm run build",
    "test": "npm run lint && npm run test:unit",
    "test:unit": "jest",
    "test:watch": "jest --watch"
  },
  "repository": {
    "type": "git",
    "url": "https://gitlab.renrenche.com/fe/anne"
  },
  "keywords": [
    "anne",
    "webpack"
  ],
  "author": "xierenhong@renrenche.com",
  "license": "ISC",
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@types/fs-extra": "^5.0.4",
    "@types/glob": "^5.0.35",
    "@types/jest": "^23.1.4",
    "@types/lodash": "^4.14.110",
    "@types/lru-cache": "^4.1.1",
    "jest": "^23.2.0",
    "ts-jest": "^23.0.0"
  },
  "jest": {
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
    "testPathIgnorePatterns": [
      "/node_modules/",
      "/__tests__/feature/",
      "/template/",
      "/test/",
      "/temp/",
      "/scripts/",
      ".*.helper.ts"
    ],
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json",
      "node"
    ]
  },
  "dependencies": {
    "chalk": "2.4.1",
    "debug": "3.1.0",
    "execa": "0.10.0",
    "fs-extra": "7.0.0",
    "glob": "7.1.2",
    "lodash": "4.17.10",
    "lru-cache": "4.1.3",
    "opn": "5.3.0",
    "ora": "3.0.0",
    "readline": "1.3.0",
    "request": "2.88.0",
    "request-promise-native": "1.0.5",
    "string.prototype.padstart": "3.0.0",
    "tslib": "1.9.3"
  }
}
