{
  "name": "@sabaki/i18n",
  "version": "0.51.1-1",
  "description": "Home of Sabaki's translation efforts",
  "main": "./src/index.js",
  "scripts": {
    "test": "node ./ci/test.js",
    "format": "prettier \"**/*.{js,json,md}\" --write",
    "update-readme": "node ./ci/updateReadme.js",
    "bump": "node ./ci/bumpVersion.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SabakiHQ/i18n.git"
  },
  "keywords": [
    "sabaki",
    "i18n",
    "translation"
  ],
  "author": "Yichuan Shen",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/SabakiHQ/i18n/issues"
  },
  "homepage": "https://github.com/SabakiHQ/i18n#readme",
  "prettier": {
    "semi": false,
    "singleQuote": true,
    "bracketSpacing": false,
    "proseWrap": "always",
    "quoteProps": "preserve"
  },
  "devDependencies": {
    "globby": "^11.0.0",
    "prettier": "1.19.1"
  }
}
