{
  "name": "bisheng-formatter-core",
  "version": "0.2.14",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "author": "szhshp",
  "license": "MIT",
  "repository": "https://github.com/szhshp/ProjectBisheng",
  "scripts": {
    "build": "rimraf dist && tsc",
    "dev": "ts-node-dev -r tsconfig-paths/register --respawn --transpile-only --ignore-watch node_modules --no-notify src/server.ts",
    "debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand --watch",
    "watch": "jest --watch",
    "test": "jest"
  },
  "devDependencies": {
    "@types/express": "^4.17.6",
    "@types/jest": "^26.0.0",
    "@types/node": "^22.10.2",
    "@typescript-eslint/eslint-plugin": "^3.3.0",
    "@typescript-eslint/parser": "^3.3.0",
    "eslint": "^7.3.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-config-standard": "^14.1.1",
    "eslint-plugin-import": "^2.21.2",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^3.1.4",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.1",
    "jest": "^26.0.1",
    "prettier": "^2.0.5",
    "ts-jest": "^26.1.0",
    "ts-node-dev": "^1.0.0-pre.49",
    "tsconfig-paths": "^3.9.0",
    "typescript": "^5.7.2"
  },
  "bin": {
    "bisheng-format": "./dist/bin/cli.js"
  },
  "dependencies": {
    "yargs": "^17.7.2"
  }
}
