{
  "name": "vidact",
  "version": "0.0.0-alpha",
  "description": "A compiler that converts React-compatible codes to VanillaJS with no Virtual DOM",
  "main": "build/index.js",
  "scripts": {
    "build:watch": "tsc -w -p tsconfig.release.json",
    "build": "tsc -p tsconfig.release.json",
    "test": "jest"
  },
  "author": "Mohamad Mohebifar <mohamad@mohebifar.com>",
  "license": "MIT",
  "files": [
    "build"
  ],
  "dependencies": {
    "@babel/core": "^7.8.4",
    "@babel/generator": "^7.8.4",
    "@babel/helper-builder-react-jsx": "^7.8.3",
    "@babel/helper-plugin-utils": "^7.8.3",
    "@babel/plugin-syntax-jsx": "^7.8.3"
  },
  "devDependencies": {
    "@babel/template": "^7.8.6",
    "@types/babel-core": "^6.25.6",
    "@types/babel__core": "^7.1.5",
    "@types/jest": "^25.1.4",
    "@types/node": "^13.7.4",
    "jest": "^25.2.4",
    "ts-jest": "^25.3.0",
    "ts-node": "^8.6.2",
    "tslib": "^1.11.1",
    "typescript": "^3.7.5"
  }
}