{
  "name": "discourse-boilerplate",
  "version": "0.4.0",
  "description": "Scaffold a bare Discourse plugin or theme via CLI",
  "keywords": [
    "discourse",
    "plugin",
    "theme",
    "scaffold",
    "boilerplate"
  ],
  "homepage": "https://github.com/arunchaitanyajami/discourse-boilerplate#readme",
  "bugs": {
    "url": "https://github.com/arunchaitanyajami/discourse-boilerplate/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arunchaitanyajami/discourse-boilerplate.git"
  },
  "license": "MIT",
  "author": "Arun Chaitanya Jami",
  "type": "module",
  "main": "bin/index.js",
  "bin": {
    "discourse-boilerplate": "bin/index.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {
    "commander": "^12.1.0"
  },
  "devDependencies": {},
  "engines": {
    "node": ">=18.17.0"
  }
}
