{
  "name": "swf-tree",
  "version": "0.9.0-build.66",
  "homepage": "https://github.com/open-flash/swf-tree",
  "description": "Abstract Syntax Tree for SWF",
  "main": "index",
  "types": "index.d.ts",
  "private": false,
  "repository": {
    "type": "git",
    "url": "git@github.com:open-flash/swf-tree.git"
  },
  "keywords": [
    "swf",
    "ast"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "https://spdx.org/licenses/MIT"
    },
    {
      "type": "Apache-2.0",
      "url": "https://spdx.org/licenses/Apache-2.0"
    }
  ],
  "dependencies": {
    "incident": "^3.2.0",
    "kryo": "^0.8.1",
    "semantic-types": "^0.1.1",
    "ts-tagged": "^1.0.0"
  },
  "devDependencies": {
    "@types/chai": "^4.1.7",
    "@types/gulp": "^4.0.6",
    "@types/minimist": "^1.2.0",
    "@types/mocha": "^5.2.7",
    "@types/node": "^10.14.12",
    "chai": "^4.2.0",
    "gulp": "^4.0.2",
    "gulp-cli": "^2.2.0",
    "minimist": "^1.2.0",
    "ts-node": "^8.3.0",
    "tslint": "^5.18.0",
    "turbo-gulp": "^0.20.1",
    "typescript": "^3.5.2"
  },
  "c88": {
    "match": [
      "build/test/lib/*.{js,mjs}",
      "build/test/lib/**/*.{js,mjs}"
    ]
  },
  "gitHead": "524f19adc098d83900e94bbe693887a63b50786d"
}