{
  "name": "@glossa-glo/ast",
  "version": "5.0.7-beta",
  "description": "GLO AST",
  "author": "komninoschat <komninoschat@gmail.com>",
  "homepage": "https://github.com/komninoschat/glo#readme",
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "main": "lib/AST.js",
  "typings": "lib/AST.d.ts",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/komninoschat/glo.git"
  },
  "scripts": {
    "prepare": "tsc",
    "test": "cross-env NODE_ENV=development mocha \"./__tests__/**/*.test.ts\" --opts=__tests__/mocha.opts",
    "test-cover": "cross-env NODE_ENV=development nyc mocha \"./__tests__/**/*.test.ts\" -- --opts=__tests__/mocha.opts"
  },
  "bugs": {
    "url": "https://github.com/komninoschat/glo/issues"
  },
  "dependencies": {
    "@glossa-glo/data-types": "^5.0.7-beta",
    "@glossa-glo/error": "^4.2.7-beta",
    "@glossa-glo/symbol": "^4.2.0-beta",
    "typescript": "^4.1.3"
  },
  "devDependencies": {
    "@types/chai": "^4.2.0",
    "@types/mocha": "^5.2.7",
    "@types/node": "^12.7.2",
    "chai": "^4.2.0",
    "cross-env": "^5.2.0",
    "mocha": "^6.2.0",
    "nyc": "^14.1.1"
  },
  "gitHead": "691e20108d9bfb68467ab1fd1e57ba9676bb762e"
}
