{
  "name": "inspect-f",
  "version": "1.2.2",
  "description": "Cast a function to string and adjust its indentation",
  "main": "index.js",
  "files": [],
  "scripts": {
    "clean": "rimraf npm-debug.log .nyc_output coverage.lcov",
    "lint": "eslint index.js test",
    "release": "npm outdated --long && xyz --edit --repo git@github.com:fluture-js/inspect-f.git --tag 'X.Y.Z' --increment",
    "test": "npm run lint && npm run test:unit",
    "test:unit": "nyc mocha --ui bdd --reporter list --check-leaks --full-trace test/**.test.js",
    "test:coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/fluture-js/inspect-f.git"
  },
  "keywords": [
    "cast",
    "inspect",
    "function",
    "toString",
    "show",
    "indent"
  ],
  "author": "Aldwin Vlasblom <aldwin.vlasblom@gmail.com> (https://github.com/Avaq)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fluture-js/inspect-f/issues"
  },
  "homepage": "https://github.com/fluture-js/inspect-f#readme",
  "devDependencies": {
    "chai": "^4.0.1",
    "codecov": "^3.0.0",
    "eslint": "^4.2.0",
    "eslint-config-warp": "^2.0.0",
    "jsverify": "^0.8.2",
    "mocha": "^4.0.0",
    "nyc": "^11.0.1",
    "rimraf": "^2.6.1",
    "xyz": "^3.0.0"
  }
}
