{
  "name": "@spwashi/language",
  "version": "1.4.4",
  "description": "Package to ease the development of new grammars using javascript",
  "keywords": [
    "js",
    "ts",
    "language",
    "peg",
    "parser",
    "expression",
    "grammar"
  ],
  "homepage": "https://github.com/spwashi/ts-language#readme",
  "bugs": {
    "url": "https://github.com/spwashi/ts-language/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/spwashi/ts-language.git"
  },
  "license": "ISC",
  "author": "Samuel Washington",
  "main": "index.js",
  "scripts": {
    "test": "echo \"no test specified\"",
    "build": "tsc",
    "precopypackage": "npx sort-package-json;",
    "copypackage": "cp -rf package.json dist",
    "np": "yarn run copypackage; cd dist; np --yolo; cd ../../..;",
    "prepublish": "npm run build;",
    "postpublish": "cd dist || true; cp -rf package.json ../"
  },
  "dependencies": {
    "@babel/plugin-proposal-class-properties": "^7.12.1",
    "@babel/plugin-proposal-optional-chaining": "^7.12.1",
    "@babel/plugin-proposal-private-methods": "^7.12.1",
    "@babel/plugin-transform-runtime": "^7.12.1",
    "@babel/preset-env": "^7.12.11",
    "@babel/preset-typescript": "^7.12.7",
    "@types/jest": "^26.0.20",
    "@types/pegjs": "^0.10.2",
    "dedent": "^0.7.0",
    "jest": "^26.6.3",
    "lodash": "^4.17.21",
    "minimist": "^1.2.5",
    "pegjs": "^0.10.0",
    "terser": "^4.8.0",
    "tslib": "^2.1.0",
    "typescript": "^3.9.7"
  },
  "devDependencies": {
    "@types/dedent": "^0.7.0",
    "@types/lodash": "4.14.168"
  }
}
