{
  "name": "ts-gimei",
  "version": "0.2.1",
  "description": "日本語の人物名や住所のテストデータを、漢字・ひらがな・カタカナ・ローマ字で出力します",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": "https://github.com/mohhh-ok/ts-gimei",
  "files": [
    "dist",
    "data"
  ],
  "dependencies": {
    "fs-extra": "^11.3.0",
    "path": "^0.12.7",
    "yaml": "^2.7.0"
  },
  "devDependencies": {
    "@types/fs-extra": "^11.0.4",
    "tsx": "^4.19.3"
  },
  "keywords": [
    "gimei",
    "japanese",
    "name",
    "address",
    "generator",
    "faker"
  ],
  "license": "MIT",
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "test": "tsx src/test.ts"
  }
}