{
  "name": "p-trend",
  "version": "2.2.0",
  "description": "a tool to scan unuse module for your project",
  "main": "src/index.ts",
  "author": "chris lee",
  "license": "MIT",
  "typings": "typings",
  "homepage": "https://github.com/ChrisLee0211/p-trend",
  "scripts": {
    "dev": "ts-node sample/index.ts",
    "test": "jest --no-cache --coverage",
    "fix": "eslint . --fix",
    "build": "tsc --build tsconfig.json"
  },
  "bin": {
    "p-trend": "./dist/bin.js"
  },
  "files": [
    "dist",
    "client/dist"
  ],
  "devDependencies": {
    "@types/jest": "^26.0.4",
    "@types/koa": "^2.13.4",
    "@types/koa-bodyparser": "^4.3.3",
    "@types/koa-router": "^7.4.4",
    "@typescript-eslint/eslint-plugin": "^3.6.0",
    "@typescript-eslint/parser": "^3.6.0",
    "eslint": "^7.4.0",
    "jest": "^26.1.0",
    "ts-jest": "^26.1.1",
    "ts-node": "^10.1.0",
    "tslib": "^2.0.0",
    "typescript": "^3.9.6"
  },
  "dependencies": {
    "@swc/core": "^1.2.125",
    "chalk": "^4.1.1",
    "commander": "^7.2.0",
    "htmlparser2": "^7.2.0",
    "inquirer": "^8.1.1",
    "koa": "^2.13.1",
    "koa-bodyparser": "4.3.0",
    "koa-router": "^10.0.0",
    "koa-static": "^5.0.0",
    "single-line-log2": "^1.1.3"
  }
}
