{
  "name": "@genesislcap/ts-builder",
  "description": "Typescript builder",
  "version": "15.1.0",
  "license": "SEE LICENSE IN license.txt",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "engines": {
    "node": ">=22.0.0"
  },
  "scripts": {
    "build": "npm run clean && tsc -b ./tsconfig.json",
    "clean": "rimraf dist temp tsconfig.tsbuildinfo",
    "dev": "tsc -b ./tsconfig.json -w",
    "lint": "genx lint -l ox",
    "lint:fix": "genx lint -l ox --fix"
  },
  "dependencies": {
    "@custom-elements-manifest/analyzer": "^0.8.2",
    "@genesislcap/build-kit": "15.1.0",
    "consola": "^3.0.2",
    "copyfiles": "^2.4.1",
    "pkg-types": "^1.0.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/genesislcap/foundation-ui.git",
    "directory": "packages/tooling/build/ts-builder"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "f841e54c9b682f3cf01448a9db79d67a66b88c84"
}
