{
  "name": "shift-parser-expectations",
  "version": "2019.0.0",
  "description": "Shift ASTs for test262-parser-tests",
  "author": "Shape Security",
  "homepage": "https://github.com/shapesecurity/shift-parser-expectations",
  "repository": {
    "type": "git",
    "url": "https://github.com/shapesecurity/shift-parser-expectations.git"
  },
  "main": "index.js",
  "scripts": {
    "generate": "rm -rf expectations && node generate-expectations.js",
    "build": "exit 0",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "license": "Apache-2.0",
  "dependencies": {},
  "files": [
    "expectations/"
  ],
  "devDependencies": {
    "shift-spec": "2019.0.0",
    "test262-parser-tests": "0.0.5"
  }
}
