{
  "name": "json-in-place",
  "description": "edit json in-place",
  "main": "index.js",
  "scripts": {
    "pretest": "standard",
    "test": "nyc tape --no-cov test.js",
    "test-coverage": "nyc report --reporter=text-lcov | coveralls",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/finnp/json-in-place.git"
  },
  "keywords": [
    "json",
    "format",
    "preserve"
  ],
  "author": "Finn Pauls",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/finnp/json-in-place/issues"
  },
  "homepage": "https://github.com/finnp/json-in-place#readme",
  "dependencies": {
    "json-lexer": "1.1.1"
  },
  "devDependencies": {
    "nyc": "7.1.0",
    "standard": "7.1.2",
    "tape": "4.6.0",
    "semantic-release": "^4.3.5"
  },
  "version": "1.0.1"
}