{
  "name": "@junobuild/plugin-tools",
  "version": "4.6.1",
  "description": "A collection of tools for Juno's plugins",
  "author": "David Dal Busco (https://daviddalbusco.com)",
  "license": "MIT",
  "type": "module",
  "main": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "rmdir": "node ../../scripts/rmdir.mjs",
    "ts-declaration": "tsc --emitDeclarationOnly --outDir dist",
    "build": "tsc --noEmit && npm run rmdir && mkdir -p dist && node esbuild.mjs && npm run ts-declaration"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/junobuild/plugins.git",
    "directory": "plugins/plugins-tools"
  },
  "bugs": {
    "url": "https://github.com/junobuild/plugins"
  },
  "keywords": [
    "env",
    "environment",
    "variables",
    "plugin"
  ],
  "homepage": "https://juno.build",
  "dependencies": {
    "@junobuild/config": "^2.14.1"
  },
  "devDependencies": {
    "@junobuild/config-loader": "^0.4.8"
  }
}
