{
  "name": "integral-generator",
  "version": "0.0.17",
  "description": "To make it easy for you to get started with GitLab, here's a list of recommended next steps.",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsup src/index.ts --format cjs,esm --dts",
    "publish": "npm run build && npm publish",
    "publish:simple": "npm publish"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "cross-env": "^7.0.3",
    "plop": "^4.0.1",
    "tsup": "^8.3.0",
    "tsx": "^4.19.1",
    "typescript": "^5.6.3"
  },
  "dependencies": {
    "handlebars": "^4.7.8"
  }
}
