{
  "name": "@jahia/create-module",
  "version": "1.2.0",
  "keywords": [
    "template"
  ],
  "homepage": "https://github.com/Jahia/javascript-modules/tree/main/javascript-create-module#readme",
  "bugs": {
    "url": "https://github.com/Jahia/javascript-modules/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Jahia/javascript-modules.git",
    "directory": "javascript-create-module"
  },
  "license": "MIT",
  "author": "Jahia <support@jahia.com>",
  "type": "module",
  "bin": "./index.js",
  "files": [
    "templates"
  ],
  "scripts": {
    "build": "yarn pack --out dist/package.tgz && publint",
    "lint": "yarn run --top-level lint",
    "template-to-playground": "rm -rf playground && create-module playground",
    "test": "node --test"
  },
  "dependencies": {
    "@clack/prompts": "^0.11.0"
  },
  "devDependencies": {
    "publint": "^0.3.16"
  },
  "engines": {
    "node": ">=22.0.0"
  },
  "preferUnplugged": true
}