-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 937 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "framework-cli",
"version": "0.0.1",
"description": "Gluestack V2 Framework CLI Project",
"main": "index",
"scripts": {
"install-all": "npm install --workspaces --if-present",
"build:plugins": "npm run build --workspaces --if-present",
"lint:plugins": "npm run lint --workspaces --if-present",
"watch:cli": "npm run watch --workspace @gluestack-v2/framework-cli",
"watch:web": "npm run watch --workspace @gluestack-v2/glue-plugin-web",
"watch:develop": "npm run watch --workspace @gluestack-v2/glue-plugin-develop"
},
"repository": {
"type": "git",
"url": "https://github.com/gluestack-v2/glue-cli"
},
"keywords": [
"gluestack",
"v2",
"fullstack",
"framework",
"cli",
"mobile",
"web",
"storybook",
"shared-components"
],
"license": "MIT",
"devDependencies": {
"@types/node": "^18.15.5"
},
"workspaces": [
"packages/*"
]
}