{
  "name": "create-ts-index",
  "version": "1.10.2",
  "description": "Automatic create index.ts file",
  "main": "dist/index.js",
  "scripts": {
    "test": "cross-env NODE_ENV=develop DEBUG=ctit:* jest --runInBand",
    "win": "npx cross-env NODE_ENV=develop DEBUG=ctit:* jest --runInBand",
    "debug": "node --nolazy --inspect-brk=9229 ./node_modules/.bin/jest --runInBand",
    "start": "node -r ts-node/register ./src/cti.ts ",
    "dexec": "DEBUG=cti:* node -r ts-node/register ./src/cti.ts ",
    "prebuild": "npm run clean",
    "build": "tsc",
    "clean": "rimraf ./dist",
    "prepub": "npm run clean && npm run build",
    "pub": "npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/imjuni/create-ts-index.git"
  },
  "bin": {
    "cti": "./dist/cti.js"
  },
  "author": "ByungJoon Lee",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/imjuni/create-ts-index/issues"
  },
  "files": [
    "dist"
  ],
  "types": "./dist/index.d.ts",
  "homepage": "https://github.com/imjuni/create-ts-index#readme",
  "jest": {
    "testEnvironment": "node",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js"
    ],
    "transform": {
      "^.+\\.(ts|tsx)$": "ts-jest"
    },
    "testMatch": [
      "**/__tests__/*.(ts|tsx)"
    ]
  },
  "devDependencies": {
    "@types/debug": "^4.1.4",
    "@types/glob": "^7.1.1",
    "@types/jest": "^23.3.5",
    "@types/json5": "0.0.30",
    "@types/node": "^12.0.2",
    "@types/yargs": "^13.0.0",
    "codecov": "^3.5.0",
    "cross-env": "^5.2.0",
    "jest": "^24.1.0",
    "maid": "^0.3.0",
    "rimraf": "^2.6.2",
    "ts-jest": "^24.0.2",
    "ts-node": "^8.3.0",
    "tslint": "^5.17.0",
    "tslint-config-airbnb": "^5.11.1",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^3.5.2",
    "typescript-tslint-plugin": "^0.5.0"
  },
  "dependencies": {
    "chalk": "^2.4.1",
    "commander": "^2.19.0",
    "dayjs": "^1.8.14",
    "debug": "^4.1.1",
    "glob": "^7.1.3",
    "json5": "^2.1.0",
    "merge": "^1.2.1",
    "tslib": "^1.10.0",
    "yargs": "^13.2.4"
  }
}
