{
  "name": "vdt-compiler",
  "version": "3.0.46",
  "description": "The compiler of Vdt",
  "main": "index.js",
  "module": "dist/index.esm.js",
  "typings": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git://github.com/Javey/Intact.git",
    "directory": "packages/compiler"
  },
  "license": "MIT",
  "files": [
    "dist",
    "index.js"
  ],
  "dependencies": {
    "intact-shared": "^3.0.46",
    "misstime": "^3.0.46",
    "tslib": "^2.2.0"
  },
  "sideEffect": false
}
