create-update
Version:
Create Update app with one command
53 lines • 1.22 kB
JSON
{
"name": "create-update",
"description": "Create Update app with one command",
"version": "0.0.3",
"author": "Update Team <support@update.dev>",
"homepage": "https://update.dev",
"repository": {
"type": "git",
"url": "git+https://github.com/updatedotdev/create-update-app.git"
},
"bugs": {
"url": "https://github.com/updatedotdev/create-update-app/issues"
},
"keywords": [
"update",
"create-update",
"create-update-app",
"update.dev",
"auth",
"billing",
"saas"
],
"bin": {
"create-update-app": "./dist/index.js",
"create-update": "./dist/index.js"
},
"files": [
"dist"
],
"devDependencies": {
"@types/async-retry": "^1.4.9",
"@types/fs-extra": "^11.0.4",
"@types/node": "^17.0.29",
"@types/prompts": "^2.4.9",
"async-retry": "^1.3.3",
"commander": "^13.1.0",
"fs-extra": "^11.3.0",
"got": "^14.4.6",
"ora": "^8.2.0",
"picocolors": "^1.1.1",
"prompts": "^2.4.2",
"rimraf": "^6.0.1",
"tar": "^7.4.3",
"tsup": "^8.4.0",
"typescript": "^4.6.3"
},
"license": "MIT",
"scripts": {
"build": "tsup src --minify",
"clean": "rimraf dist",
"dev": "tsup --watch"
}
}