{
  "name": "vite-plugin-precompiled-ejs",
  "version": "1.0.1",
  "description": "",
  "main": "index.js",
  "typings": "index.d.ts",
  "scripts": {
    "build": "tsc"
  },
  "author": "bullub",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bullub/vite-plugin-precompiled-ejs.git"
  },
  "bugs": {
    "url": "https://github.com/bullub/vite-plugin-precompiled-ejs/issues/new"
  },
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^15.12.2",
    "typescript": "^4.3.2",
    "vite": "^2.3.7"
  },
  "dependencies": {
    "@babel/core": "^7.14.5",
    "@babel/plugin-transform-arrow-functions": "^7.14.5",
    "@babel/plugin-transform-block-scoped-functions": "^7.14.5",
    "@babel/plugin-transform-block-scoping": "^7.14.5",
    "@babel/plugin-transform-destructuring": "^7.14.5",
    "@babel/plugin-transform-for-of": "^7.14.5",
    "@babel/plugin-transform-shorthand-properties": "^7.14.5",
    "@babel/plugin-transform-spread": "^7.14.5",
    "@babel/plugin-transform-template-literals": "^7.14.5",
    "ejs": "^3.1.6"
  }
}
