{
  "name": "create-novice-frame",
  "version": "0.3.9",
  "type": "module",
  "description": "Create a new @novice1/frame project",
  "main": "index.js",
  "bin": {
    "create-novice-frame": "index.js"
  },
  "dependencies": {
    "@clack/prompts": "^0.10.1",
    "mri": "^1.2.0",
    "picocolors": "^1.1.1"
  },
  "engines": {
    "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kisiwu/create-novice-frame.git"
  },
  "keywords": [
    "framework",
    "api",
    "create",
    "novice"
  ],
  "author": "kisiwu",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kisiwu/create-novice-frame/issues"
  },
  "homepage": "https://github.com/kisiwu/create-novice-frame#readme"
}
