{
  "name": "@chevre/factory",
  "version": "8.1.0",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "files": [
    "lib"
  ],
  "scripts": {
    "build": "tsc",
    "check:all": "npm run clean && npm run build && npm test",
    "clean": "rimraf ./lib \"npm-debug.log*\" ./doc ./coverage ./.nyc_output",
    "eslint": "eslint \"src/**/*.ts\"",
    "coverage": "vitest run --coverage",
    "test": "npm run eslint && npm run coverage",
    "preversion": "npm run check:all",
    "version": "git add -A",
    "vitest": "vitest",
    "postversion": "git push origin --tags",
    "prepublishOnly": "npm run clean && npm run build"
  },
  "author": {
    "name": "Motionpicture co.,ltd."
  },
  "contributors": [
    {
      "name": "Tetsu Yamazaki",
      "email": "yamazaki@motionpicture.jp"
    }
  ],
  "license": "UNLICENSED",
  "devDependencies": {
    "@eslint/js": "9.39.4",
    "@types/node": "22.19.7",
    "@vitest/coverage-v8": "4.1.0",
    "@vitest/ui": "4.1.0",
    "eslint": "9.39.4",
    "rimraf": "^2.6.3",
    "typescript": "5.9.3",
    "typescript-eslint": "8.57.0",
    "vitest": "4.1.0"
  },
  "dependencies": {
    "@coasystems/factory": "1.0.0",
    "@gmopg/factory": "1.0.0",
    "@surfrock/factory": "1.0.0",
    "@waiter/factory": "2.2.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/chevre-jp/factory.git"
  }
}
