-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1012 Bytes
/
package.json
File metadata and controls
47 lines (47 loc) · 1012 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "create-gleam-lustre-fullstack",
"bin": {
"create-gleam-lustre-fullstack": "index.mjs"
},
"version": "0.2.0",
"description": "Scaffold a fullstack Gleam/Lustre app with client-server hydration",
"repository": {
"type": "git",
"url": "git+https://github.com/dvic/create-gleam-lustre-fullstack.git"
},
"homepage": "https://github.com/dvic/create-gleam-lustre-fullstack#readme",
"bugs": {
"url": "https://github.com/dvic/create-gleam-lustre-fullstack/issues"
},
"dependencies": {
"kolorist": "^1.8.0",
"prompts": "^2.4.2",
"simple-scaffold": "^1.0.0"
},
"type": "module",
"files": [
"templates",
"index.mjs",
"scaffold.config.js",
"LICENSE",
"README.md"
],
"author": "dvic",
"license": "MIT",
"keywords": [
"gleam",
"lustre",
"fullstack",
"scaffold",
"create",
"init",
"starter",
"boilerplate",
"template",
"vite",
"typescript"
],
"engines": {
"node": ">=16.0.0"
}
}