{
  "name": "dsl-parser",
  "version": "0.0.19",
  "description": "A simple lexer and bottom-up parser for creating domain specific languages",
  "scripts": {
    "build": "tsc"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/daanrutten/dsl-parser.git"
  },
  "keywords": [
    "parser",
    "bottom-up",
    "domain",
    "specific",
    "language"
  ],
  "author": "Daan Rutten",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/daanrutten/dsl-parser/issues"
  },
  "homepage": "https://github.com/daanrutten/dsl-parser#readme",
  "dependencies": {
    "fast-deep-equal": "^3.1.3",
    "reflect-metadata": "^0.1.13"
  },
  "devDependencies": {
    "@types/deep-equal": "^1.0.1",
    "@types/node": "^14.0.1",
    "tslint": "^6.1.3",
    "typescript": "^4.1.2"
  }
}
