{
  "name": "gbf-data",
  "description": "build granbluefantasy json files using yaml",
  "files": [
    "dist",
    "yarn.lock"
  ],
  "scripts": {
    "start": "abby format, build --watch",
    "format": "prettier \"src/**/*.mjs\" --write",
    "test": "echo \"Warn: no test specified\" && exit 0",
    "build": "node --experimental-modules src",
    "postversion": "git push --follow-tags && conventional-github-releaser -p atom"
  },
  "devDependencies": {
    "abigail": "^1.9.5",
    "change-case": "^3.0.2",
    "js-yaml": "^3.12.0",
    "mkdirp": "^0.5.1",
    "prettier": "^1.13.7",
    "rimraf": "^2.6.2"
  },
  "prettier": {
    "singleQuote": true
  },
  "optionalDependencies": {
    "conventional-github-releaser": "^3.1.2"
  },
  "author": "59naga <i59naga@icloud.com>",
  "license": "MIT",
  "version": "0.0.28"
}
