{
  "name": "feynman",
  "version": "0.0.23",
  "description": "A screenplay pattern library for javascript",
  "main": "lib/feynman.js",
  "scripts": {
    "test": "mocha",
    "hack": "mocha -w --grep '@wip'",
    "release": "npm version patch && npm publish && git push --tags && git push"
  },
  "author": "",
  "license": "MIT",
  "devDependencies": {
    "eslint": "^5.16.0",
    "eslint-config-mocha": "^0.0.0",
    "eslint-config-prettier": "^4.3.0",
    "eslint-plugin-mocha": "^5.3.0",
    "eslint-plugin-prettier": "^3.1.0",
    "mocha": "^6.1.4",
    "prettier": "^1.17.1",
    "selenium-webdriver": "^4.0.0-alpha.1"
  },
  "dependencies": {
    "sentence-case": "^2.1.1",
    "sinon": "^7.3.2"
  },
  "prettier": {
    "semi": false,
    "trailingComma": "es5",
    "singleQuote": true
  }
}
