{
  "name": "json-lexer",
  "version": "1.2.0",
  "description": "lexing json",
  "main": "index.js",
  "types": "index.d.ts",
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "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"
  },
  "author": "Finn Pauls",
  "license": "ISC",
  "devDependencies": {
    "coveralls": "^2.11.14",
    "nyc": "^11.0.1",
    "semantic-release": "^4.3.5",
    "standard": "*",
    "tape": "^4.6.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/finnp/json-lexer.git"
  },
  "keywords": [
    "tokens",
    "tokenize",
    "whitespace",
    "json",
    "parse",
    "parser"
  ],
  "bugs": {
    "url": "https://github.com/finnp/json-lexer/issues"
  },
  "homepage": "https://github.com/finnp/json-lexer#readme"
}
