{
  "name": "create-uplift-project",
  "version": "0.2.3",
  "description": "Generate Uplift Projects",
  "main": "index.js",
  "type": "module",
  "author": "Jay Are Galinada <jayaregalinada@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "inquirer": "^9.1.1",
    "minimist": "^1.2.8"
  },
  "bin": {
    "create-uplift-project": "index.js"
  },
  "devDependencies": {
    "@types/inquirer": "^9.0.1",
    "@types/minimist": "^1.2.2",
    "unbuild": "^0.8.11"
  },
  "scripts": {
    "dev": "unbuild --stub",
    "build": "unbuild",
    "prepublishOnly": "npm run build"
  },
  "engines": {
    "node": "^14.18.0 || >=16.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/upliftcodecamp/create-uplift-project.git"
  },
  "bugs": {
    "url": "https://github.com/upliftcodecamp/create-uplift-project/issues"
  },
  "homepage": "https://github.com/upliftcodecamp/create-uplift-project"
}
