{
  "name": "kana-svg-data",
  "version": "0.0.2",
  "description": "JSON data for Japanese Kana characters",
  "main": "dist/index.js",
  "files": [
    "dist",
    "README.md"
  ],
  "repository": "https://github.com/hy2k/kana-svg-data.git",
  "author": "Yusuke Higuchi <hy2k@outlook.jp>",
  "license": "LGPL-3.0+",
  "scripts": {
    "build": "rm -rf dist && ts-node ./src/index.ts",
    "format": "prettier --write \"**/*.{js,ts,md}\"",
    "lint": "eslint --fix --ext .js,.ts .",
    "test": "jest",
    "prepublish": "yarn lint && yarn test && yarn build && cp index.js dist"
  },
  "devDependencies": {
    "@types/jest": "^26.0.8",
    "@types/node": "^14.0.27",
    "@typescript-eslint/eslint-plugin": "^3.8.0",
    "@typescript-eslint/parser": "^3.8.0",
    "eslint": "^7.6.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-jest": "^23.20.0",
    "eslint-plugin-prettier": "^3.1.4",
    "jest": "^26.2.2",
    "prettier": "^2.0.5",
    "svgson": "^4.1.0",
    "ts-jest": "^26.1.4",
    "ts-node": "^8.10.2",
    "typescript": "^3.9.7"
  }
}
