{
    "name": "@relewise/create-relewise-learning-example",
    "version": "1.0.1",
    "description": "CLI tool to scaffold new Relewise learning projects with TypeScript, examples, and AI instructions",
    "author": "Relewise",
    "license": "MIT",
    "homepage": "https://github.com/Relewise/adhoc-relewise-examples#readme",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/Relewise/adhoc-relewise-examples.git"
    },
    "bugs": {
        "url": "https://github.com/Relewise/adhoc-relewise-examples/issues"
    },
    "keywords": [
        "relewise",
        "cli",
        "scaffold",
        "typescript",
        "examples",
        "learning",
        "tutorial",
        "search",
        "recommendations",
        "ai",
        "create"
    ],
    "bin": {
        "create-relewise-learning-example": "./bin/index.js"
    },
    "type": "module",
    "engines": {
        "node": ">=16.0.0"
    },
    "files": [
        "bin/",
        "template/",
        "template/tsconfig.json",
        "template/.env.local",
        "README.md",
        "LICENSE"
    ],
    "scripts": {
        "test": "node test/validate-cli.js",
        "prepublishOnly": "npm test",
        "validate": "npm test"
    },
    "dependencies": {
        "fs-extra": "^11.1.1",
        "inquirer": "^9.0.0"
    },
    "devDependencies": {
        "@types/fs-extra": "^11.0.4",
        "@types/inquirer": "^9.0.7",
        "@types/node": "^20.0.0"
    }
}