{
  "name": "@balsamic/esrun",
  "version": "0.0.28",
  "description": "transpiles and run typescript and jsx files using esbuild and native es6 modules",
  "main": "index.js",
  "types": "index.d.ts",
  "sideEffects": true,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SalvatorePreviti/balsamic.git"
  },
  "keywords": [
    "balsamic",
    "esrun"
  ],
  "author": "Salvatore Previti",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/SalvatorePreviti/balsamic/issues"
  },
  "homepage": "https://github.com/SalvatorePreviti/balsamic/tree/main/packages/esrun#readme",
  "bin": {
    "esrun": "esrun.js"
  },
  "engines": {
    "node": ">=14.17.0"
  },
  "type": "commonjs",
  "dependencies": {
    "chalk": "^4.1.2",
    "es-module-lexer": "^0.9.3",
    "fast-glob": "^3.2.7",
    "source-map-support": "^0.5.20",
    "v8-compile-cache": "^2.3.0"
  },
  "peerDependencies": {
    "esbuild": ">=0.13.8",
    "typescript": ">=4.4.4"
  }
}
