{
  "name": "@thatcompany/ts-tool",
  "version": "0.0.13",
  "description": "基于TypeScript编写的工具库",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/ThatCoders/ts-tool"
  },
  "homepage": "https://ts-tool.docs.thatcoder.cn/",
  "scripts": {
    "test": "node lib/__test__/index.js",
    "run": "node lib/index.js",
    "test:dev": "ts-node src/test/index.ts",
    "run:dev": "ts-node src/index.ts",
    "format": "prettier --write \"src/**/*.ts\"",
    "lint": "tslint -p tsconfig.json",
    "build": "tsc",
    "build:check": "pnpm run lint && pnpm run format && pnpm run build",
    "publish:npm": "npm publish --tag next --access public --scope @thatcdn/ts-tool",
    "publish:that": "npm publish --tag next --access public --scope that-tool",
    "publish:gpr": "npm publish --tag latest --registry https://npm.pkg.github.com --access public --scope @thatcoders/ts-tool"
  },
  "keywords": [
    "thatcoder",
    "ts-tool",
    "tool",
    "typescript"
  ],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@types/node": "^20.14.10",
    "@types/node-cron": "^3.0.11",
    "@types/uuid": "^10.0.0",
    "i": "^0.3.7",
    "prettier": "^3.3.2",
    "ts-node": "^10.9.2",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^5.5.3"
  },
  "files": [
    "lib/**/*",
    "README.md",
    "!lib/__test__"
  ],
  "dependencies": {
    "date-fns": "^3.6.0",
    "node-cron": "^3.0.3",
    "reflect-metadata": "^0.2.2",
    "rotating-file-stream": "^3.2.3",
    "tslog": "^4.9.3",
    "uuid": "^10.0.0"
  },
  "publishConfig": {
    "access": "public",
    "tag": "latest",
    "registry": "https://registry.npmjs.org"
  }
}
