{
  "name": "shift-codegen",
  "version": "8.1.0",
  "description": "code generator for Shift format ASTs",
  "author": "Shape Security",
  "homepage": "https://github.com/shapesecurity/shift-codegen-js",
  "repository": {
    "type": "git",
    "url": "https://github.com/shapesecurity/shift-codegen-js.git"
  },
  "main": "src/index.js",
  "files": [
    "src"
  ],
  "scripts": {
    "build": "echo nothing to do",
    "test": "mocha --inline-diffs --check-leaks --ui bdd --reporter dot --timeout 5000 --recursive test",
    "lint": "eslint src test"
  },
  "dependencies": {
    "esutils": "^2.0.2",
    "object-assign": "^4.1.0",
    "shift-reducer": "7.0.0"
  },
  "devDependencies": {
    "eslint": "^5.8.0",
    "everything.js": "^1.0.3",
    "expect.js": "0.3.1",
    "mocha": "^8.1.3",
    "shift-parser-expectations": "2019.0.0",
    "shift-parser": "8.0.0"
  },
  "keywords": [
    "Shift",
    "AST",
    "node",
    "codegen",
    "code",
    "generator",
    "unparser",
    "abstract",
    "syntax",
    "tree"
  ],
  "bugs": {
    "url": "https://github.com/shapesecurity/shift-codegen-js/issues"
  },
  "license": "Apache-2.0"
}
