UNPKG

create-fansitem

Version:

Create a new Manifest backend

100 lines (99 loc) 2.25 kB
{ "name": "create-fansitem", "version": "1.3.4", "author": "Manifest", "description": "Create a new Manifest backend", "homepage": "https://manifest.build", "license": "MIT", "bin": { "create-manifest": "./bin/run.js" }, "scripts": { "build": "shx rm -rf dist && tsc -b", "watch": "tsc -b --watch", "postpack": "shx rm -f oclif.manifest.json", "posttest": "npm run lint", "prepack": "npm run build && oclif manifest && oclif readme", "prepare": "npm run build", "version": "oclif readme && git add README.md" }, "oclif": { "bin": "create-manifest", "dirname": "create-manifest", "commands": { "strategy": "single", "target": "./dist/commands/index.js" } }, "plugins": [ "@oclif/plugin-help", "@oclif/plugin-plugins" ], "topicSeparator": " ", "topics": { "create": { "description": "Create a new Manifest backend" } }, "dependencies": { "@inquirer/prompts": "^7.5.1", "@oclif/core": "^4", "@oclif/plugin-help": "^6", "@oclif/plugin-plugins": "^5", "axios": "^1.9.0", "chalk": "^5.4.1", "fs": "^0.0.1-security", "jsonc-parser": "^3.3.1", "ora": "^8.2.0", "path": "^0.12.7", "tree-kill": "^1.2.2", "url": "^0.11.4" }, "devDependencies": { "@oclif/prettier-config": "^0.2.1", "@oclif/test": "^4", "oclif": "^4.17.46", "shx": "^0.4.0", "ts-node": "^10.9.2", "typescript": "^5" }, "engines": { "node": ">=18.0.0" }, "files": [ "/bin", "/dist", "/assets", "/oclif.manifest.json" ], "main": "", "repository": { "type": "git", "url": "git+https://github.com/mnfst/manifest.git" }, "bugs": "https://github.com/mnfst/manifest/issues", "keywords": [ "manifest", "cursor", "AI-powered coding", "backend for LLMs", "AI code tool", "backend for vibe coding", "backend for modern workflows", "vibe coding", "vibe coding backend", "vibe coding api", "AI assisted coding", "AI coding", "windsurf", "copilot", "micro-backend", "backend", "headless", "install", "rest" ], "types": "dist/index.d.ts", "exports": "./lib/index.js", "type": "module" }