{
  "name": "@gedit/runtime-compiler",
  "version": "0.6.1",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "files": [
    "lib",
    "src"
  ],
  "scripts": {
    "prepare": "yarn run clean && yarn run build",
    "clean": "ext clean",
    "build": "ext build",
    "watch": "ext watch",
    "test": "ext test"
  },
  "dependencies": {
    "@babel/core": "^7.16.5",
    "@babel/plugin-proposal-object-rest-spread": "^7.17.3",
    "@babel/plugin-transform-classes": "^7.16.7",
    "@babel/preset-env": "^7.16.11",
    "@babel/preset-typescript": "^7.21.0",
    "@gedit/app-config": "^0.6.0",
    "@gedit/assets-2d": "^0.6.1",
    "@gedit/assets-font": "^0.6.0",
    "@gedit/render-engine": "^0.5.0",
    "@gedit/runtime-types": "^0.2.0",
    "json-stringify-pretty-compact": "^2.0.0",
    "terser": "5.13.1"
  },
  "author": "Winsky Wen",
  "license": "MIT",
  "nyc": {
    "extends": "../../configs/nyc.json"
  },
  "gitHead": "370cdde9f61a8bd814991ce5b3c22ed667145d25"
}
