UNPKG

add-manifest

Version:

Add Manifest backend

85 lines (84 loc) 1.88 kB
{ "name": "add-manifest", "version": "1.1.2", "author": "Manifest", "description": "Add Manifest backend", "homepage": "https://manifest.build", "license": "MIT", "bin": { "add-manifest": "./bin/run.js" }, "scripts": { "build": "shx rm -rf dist && tsc -b", "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": "add-manifest", "dirname": "add-manifest", "commands": { "strategy": "single", "target": "./dist/commands/index.js" }, "plugins": [ "@oclif/plugin-help", "@oclif/plugin-plugins" ], "topicSeparator": " ", "topics": { "create": { "description": "Add Manifest backend" } } }, "dependencies": { "@oclif/core": "^3", "@oclif/plugin-help": "^6", "@oclif/plugin-plugins": "^4", "axios": "^1.8.2", "chalk": "^5.3.0", "fs": "^0.0.1-security", "jsonc-parser": "^3.2.1", "ora": "^8.0.1", "path": "^0.12.7", "tree-kill": "^1.2.2", "url": "^0.11.3" }, "devDependencies": { "@oclif/prettier-config": "^0.2.1", "@oclif/test": "^3", "oclif": "^4.4.12", "shx": "^0.3.4", "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", "micro-backend", "backend", "headless", "install", "rest" ], "types": "dist/index.d.ts", "exports": "./lib/index.js", "type": "module" }