UNPKG

@gluestack-v2/framework-cli

Version:

Gluestack V2 Framework CLI

44 lines (43 loc) 821 B
{ "name": "@gluestack-v2/framework-cli", "version": "0.1.11", "description": "Gluestack V2 Framework CLI", "main": "build/glue.js", "bin": { "framework-cli": "./build/glue.js" }, "scripts": { "build": "tsc", "watch": "tsc --watch", "lint": "prettier --write ." }, "keywords": [ "gluestack", "v2", "fullstack", "framework", "cli", "mobile", "web", "storybook", "shared-components" ], "license": "MIT", "dependencies": { "colors": "^1.4.0", "commander": "^10.0.0", "lodash": "^4.17.21", "source-map": "^0.7.4", "typescript": "^5.0.2" }, "devDependencies": { "@types/lodash": "^4.14.192", "@types/node": "^18.15.5", "prettier": "^2.8.6" }, "repository": { "type": "git", "url": "https://github.com/gluestack-v2/framework-cli", "directory": "packages/cli" } }