UNPKG

delovable

Version:

CLI tool to remove Lovable metadata and prepare apps for deployment

57 lines (56 loc) 1.25 kB
{ "name": "delovable", "version": "0.1.1", "description": "CLI tool to remove Lovable metadata and prepare apps for deployment", "main": "dist/index.js", "bin": { "delovable": "dist/index.js" }, "type": "module", "files": [ "dist", "LICENSE", "README.md" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc --watch", "test": "echo \"Error: no test specified\" && exit 1", "prepublishOnly": "npm run build" }, "keywords": [ "cli", "lovable", "deployment", "cleanup", "migration", "cloudflare", "vercel", "netlify" ], "author": "neckolis", "repository": { "type": "git", "url": "git+https://github.com/neckolis/delovable.git" }, "bugs": { "url": "https://github.com/neckolis/delovable/issues" }, "homepage": "https://github.com/neckolis/delovable", "license": "MIT", "dependencies": { "@types/node-fetch": "^2.6.12", "@types/tmp": "^0.2.6", "commander": "^13.1.0", "fs-extra": "^11.3.0", "globby": "^14.1.0", "node-fetch": "^2.7.0", "tmp": "^0.2.3" }, "devDependencies": { "@types/fs-extra": "^11.0.4", "@types/node": "^22.14.1", "typescript": "^5.8.3" } }