{
  "name": "fortel-ziweidoushu",
  "version": "1.3.4",
  "description": "紫微斗數排盤 Zi Wei Dou Shu",
  "keywords": [
    "紫微斗數",
    "ziweidoushu",
    "Zi Wei Dou Shu",
    "Chinese Astrology"
  ],
  "main": "build/main.js",
  "module": "build/main.js",
  "typings": "build/types/main.d.ts",
  "author": "airicyu",
  "repository": {
    "type": "git",
    "url": "https://github.com/airicyu/fortel-ziweidoushu"
  },
  "license": "MIT",
  "engines": {
    "node": ">=16.0.0"
  },
  "scripts": {
    "start": "ts-node ./src/main.ts",
    "prebuild": "rimraf build",
    "build": "tsc",
    "watch": "tsc --watch",
    "webpack": "webpack",
    "bundleType": "api-extractor run --local --verbose",
    "test": "jest --coverage",
    "test:watch": "jest --coverage --watch",
    "format": "prettier --write ./src/**.ts ./test/**.ts",
    "lint": "eslint ./src ./test --ext .ts",
    "release": "npm i & npm run build & npm run bundleType & npm run webpack"
  },
  "devDependencies": {
    "@tsconfig/node18": "^18.2.2",
    "@types/jest": "^29.5.11",
    "@types/node": "^18.11.12",
    "@typescript-eslint/eslint-plugin": "^6.15.0",
    "@typescript-eslint/parser": "^6.15.0",
    "eslint": "^8.56.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-jest": "^27.6.0",
    "jest": "^29.7.0",
    "prettier": "^3.1.1",
    "process": "^0.11.10",
    "rimraf": "^5.0.5",
    "ts-jest": "^29.1.1",
    "ts-loader": "^9.5.1",
    "ts-node": "^10.9.2",
    "typescript": "^5.3.3",
    "webpack": "^5.89.0",
    "webpack-cli": "^5.1.4"
  },
  "dependencies": {
    "util": "^0.12.5"
  }
}
