{
  "name": "@batijs/build",
  "version": "0.0.668",
  "description": "",
  "type": "module",
  "scripts": {
    "check-types": "tsc --noEmit",
    "prepublishOnly": "bun run build",
    "build": "tsdown"
  },
  "keywords": [],
  "author": "Joël Charles <joel.charles91@gmail.com>",
  "repository": "https://github.com/vikejs/bati",
  "license": "MIT",
  "devDependencies": {
    "@batijs/compile": "0.0.668",
    "@batijs/core": "0.0.668",
    "@batijs/features": "0.0.668",
    "@types/node": "^20.19.37",
    "tsdown": "^0.22.13"
  },
  "peerDependencies": {
    "@batijs/core": "0.0.668"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "exports": {
    ".": "./dist/index.js"
  },
  "typesVersions": {
    "*": {
      ".": [
        "./dist/index.d.ts"
      ]
    }
  },
  "files": [
    "dist/"
  ]
}
