create-gluestack-nightly
Version:
A CLI tool for easily initialising gluestack-ui and adding components to your projects.
47 lines (46 loc) • 1.1 kB
JSON
{
"name": "create-gluestack-nightly",
"version": "2.0.12",
"main": "./dist/index.js",
"bin": {
"create-gluestack-nightly": "./dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"build": "npx tsc",
"clean": "rm -rf dist",
"prepare": "yarn clean && yarn build",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "npm run build",
"changeset": "changeset",
"version": "changeset version",
"release": "changeset publish"
},
"keywords": [
"gluestack",
"cli",
"create-app",
"boilerplate"
],
"author": "GlueStack",
"license": "MIT",
"description": "A CLI tool for easily initialising gluestack-ui and adding components to your projects.",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@clack/prompts": "^0.11.0",
"chalk": "^4.1.2",
"commander": "^14.0.0",
"figlet": "^1.8.1",
"fs-extra": "^11.1.1"
},
"devDependencies": {
"@changesets/cli": "^2.29.4",
"@types/fs-extra": "^11.0.0",
"@types/node": "^20.0.0",
"typescript": "^5.0.0"
}
}