{
  "name": "fastsc",
  "version": "0.0.8",
  "description": "fastsc",
  "homepage": "https://github.com/loyep/fastsc#readme",
  "bugs": "https://github.com/loyep/fastsc/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/loyep/fastsc"
  },
  "license": "MIT",
  "author": {
    "name": "Zack",
    "email": "lorenx@163.com",
    "url": "https://github.com/loyep"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "fastsc": "dist/bin/index.js"
  },
  "files": [
    "dist",
    "compiled"
  ],
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "lint-staged": {
    "*.{js,md,json}": [
      "prettier --write --no-error-on-unmatched-pattern"
    ],
    "*.ts": [
      "prettier --parser=typescript --write"
    ]
  },
  "dependencies": {
    "@babel/core": "^7.18.9",
    "@microsoft/api-extractor": "7.29.5",
    "@zerollup/ts-transform-paths": "1.7.18",
    "babel-plugin-module-resolver": "4.1.0",
    "babel-plugin-react-require": "3.1.3",
    "babel-plugin-transform-define": "2.0.1",
    "esbuild": "^0.15.0",
    "file-system-cache": "2.0.0",
    "loader-runner": "4.3.0",
    "lodash": "^4.17.21",
    "minimatch": "5.1.0",
    "tsconfig-paths": "4.1.0",
    "typescript": "~4.7.0",
    "v8-compile-cache": "2.3.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^17.0.2",
    "@commitlint/config-conventional": "^17.0.2",
    "@jest/types": "^28.1.3",
    "@types/babel__core": "^7.1.19",
    "@types/cross-spawn": "^6.0.2",
    "@types/debug": "^4.1.7",
    "@types/fs-extra": "^9",
    "@types/jest": "^28.0.0",
    "@types/loader-runner": "2.2.4",
    "@types/lodash": "^4.0.0",
    "@types/minimatch": "3.0.5",
    "@types/node": "^18.0.0",
    "@types/resolve": "^1.20.2",
    "@types/rimraf": "^3.0.2",
    "@types/semver": "7.3.12",
    "@types/yargs-parser": "^21.0.0",
    "@vercel/ncc": "0.34.0",
    "chalk": "^5.0.1",
    "chokidar": "^3.5.3",
    "cross-spawn": "^7.0.3",
    "debug": "^4.3.4",
    "deepmerge": "4.2.2",
    "dts-packer": "^0.0.3",
    "esbuild-jest": "0.5.0",
    "fast-glob": "^3.2.11",
    "fs-extra": "^10",
    "git-repo-info": "^2.1.1",
    "husky": "^8.0.1",
    "import-lazy": "4.0.0",
    "jest": "^28.0.0",
    "jest-mock-process": "^2.0.0",
    "just-diff": "^5.0.3",
    "lint-staged": "^13.0.1",
    "pirates": "^4.0.5",
    "pkg-up": "4.0.0",
    "prettier": "^2.6.2",
    "prettier-plugin-organize-imports": "^3.0.0",
    "prettier-plugin-packagejson": "^2.2.18",
    "resolve": "^1.22.1",
    "rimraf": "^3.0.2",
    "semver": "7.3.7",
    "ts-jest": "^28.0.7",
    "ts-node": "^10.0.0",
    "tsx": "^3.8.0",
    "yargs-parser": "^21.0.1",
    "zx": "^4"
  },
  "packageManager": "pnpm@7.3.0",
  "publishConfig": {
    "access": "public"
  },
  "authors": [
    "chencheng <sorrycc@gmail.com> (https://github.com/sorrycc)",
    "PeachScript <scdzwyxst@gmail.com> (https://github.com/PeachScript)"
  ],
  "scripts": {
    "build": "pnpm tsc",
    "build:deps": "tsx scripts/pkgCompile.ts",
    "dev": "pnpm build --watch",
    "format": "prettier --write .",
    "release": "tsx scripts/release.ts",
    "test": "jest",
    "test:cov": "jest --collectCoverage"
  }
}