{
  "name": "whoa-i18n",
  "version": "0.1.0",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "whoa": "dist/bin.js",
    "whoa-author-server": "dist/author-server.js"
  },
  "files": [
    "dist/",
    "templates/",
    "LICENSE"
  ],
  "author": {
    "name": "Cole Lawrence",
    "email": "cole@colelawrence.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/colelawrence/whoa-i18n/issues"
  },
  "homepage": "https://github.com/colelawrence/whoa-i18n",
  "scripts": {
    "build": "rimraf dist && tsc",
    "test-spec": "mocha dist/**/*.spec.js -R spec --bail",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- \"dist/**/*.spec.js\" -R spec --bail",
    "test": "npm run build && npm run lint && npm run test-cov",
    "prepare": "npm run build"
  },
  "engines": {
    "node": ">=4.2.0"
  },
  "devDependencies": {
    "@types/express": "^4.17.0",
    "@types/glob": "^7.1.1",
    "@types/js-yaml": "^3.12.1",
    "@types/lodash": "^4.14.135",
    "@types/mocha": "^5.2.7",
    "@types/node": "^12.0.10",
    "@types/prettier": "^1.16.4",
    "@types/react": "^16.8.22",
    "mocha": "^5.2.0",
    "rimraf": "^2.6.3",
    "ts-node": "^8.3.0"
  },
  "dependencies": {
    "arg": "^4.1.0",
    "body-parser": "^1.19.0",
    "express": "4.17",
    "glob": "7",
    "js-yaml": "3",
    "lodash": "^4.17.11",
    "prettier": "1.18.2",
    "typescript": "^3.5.2"
  }
}
