{
  "name": "tscc-compiler",
  "version": "1.1.3",
  "description": "An LALR(1) compiler compiler written in Typescript",
  "main": "lib/tscc.js",
  "bin": "bin/tscc",
  "directories": {
    "test": "tests",
    "bin": "bin",
    "lib": "lib"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "rollup -c"
  },
  "keywords": [
    "tscc",
    "LALR(1)",
    "compiler compiler",
    "parser",
    "compiler",
    "Hanolee algorithm"
  ],
  "author": "hadroncfy",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/Hadron67/tscc-compiler.git"
  },
  "devDependencies": {
    "rollup": "^0.53.4",
    "rollup-plugin-sourcemaps": "^0.4.2",
    "rollup-plugin-typescript2": "^0.18.1",
    "typescript": "^2.9.2",
    "uglify-js": "^3.4.9"
  }
}
