forked from 1Jamie/project-lotus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 794 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 794 Bytes
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
{
"name": "@lotus-gui/dev",
"version": "0.3.0",
"description": "CLI tool for managing, developing, and packaging Lotus applications.",
"main": "index.js",
"bin": {
"lotus": "./bin/lotus.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"gui",
"framework",
"desktop",
"electron-alternative",
"cli",
"bundler",
"packager",
"build-tool"
],
"author": "",
"license": "ISC",
"dependencies": {
"@crabnebula/packager": "^0.11.2",
"chokidar": "^3.5.3",
"commander": "^11.1.0",
"esbuild": "^0.27.3",
"jimp": "^1.6.0",
"postject": "^1.0.0-alpha.6",
"prompts": "^2.4.2"
}
}