{
  "name": "unexpected-function-equality",
  "version": "3.1.0",
  "description": "Determine function equivalence by pretty-printing, then comparing the strings",
  "main": "lib/unexpected-function-equality.js",
  "scripts": {
    "lint": "eslint . && prettier --check '**/*.{js,md}'",
    "test": "mocha",
    "test:ci": "npm run coverage",
    "coverage": "NODE_ENV=development nyc --reporter=lcov --reporter=text --all -- npm test && echo google-chrome coverage/lcov-report/index.html",
    "preversion": "offline-github-changelog --next=${npm_package_version} > CHANGELOG.md && git add CHANGELOG.md"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/unexpectedjs/unexpected-function-equality.git"
  },
  "keywords": [
    "Unexpected",
    "AST",
    "esprima",
    "function",
    "equivalence",
    "pretty-print"
  ],
  "author": "Andreas Lind <andreaslindpetersen@gmail.com>",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/unexpectedjs/unexpected-function-equality/issues"
  },
  "homepage": "https://github.com/unexpectedjs/unexpected-function-equality#readme",
  "dependencies": {
    "escodegen": "^2.0.0",
    "esprima": "^4.0.1"
  },
  "devDependencies": {
    "coveralls": "^3.0.0",
    "eslint": "^7.0.0",
    "eslint-config-prettier": "^6.0.0",
    "eslint-config-standard": "^16.0.1",
    "eslint-plugin-import": "^2.17.3",
    "eslint-plugin-mocha": "^8.0.0",
    "eslint-plugin-node": "^11.0.0",
    "eslint-plugin-promise": "^4.0.1",
    "eslint-plugin-standard": "^4.0.0",
    "mocha": "^8.0.1",
    "nyc": "^15.0.0",
    "offline-github-changelog": "^2.0.0",
    "prettier": "~2.1.0",
    "unexpected": "^12.0.0"
  },
  "peerDepeendencies": {
    "unexpected": "^10.0.1 || ^11.0.0 || ^12.0.0"
  },
  "nyc": {
    "include": [
      "lib/**"
    ]
  }
}
