forked from QwikDev/qwik
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 757 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 757 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
{
"name": "create-qwik",
"version": "0.0.20-6",
"description": "Interactive CLI and API for generating Qwik projects.",
"bin": "create-qwik",
"main": "index.js",
"files": [
"create-qwik",
"starters/"
],
"author": "Builder.io Team",
"license": "MIT",
"keywords": [
"qwik",
"generator",
"builder.io"
],
"homepage": "https://qwik.builder.io/",
"repository": {
"type": "git",
"url": "https://github.com/BuilderIO/qwik.git",
"directory": "packages/create-qwik"
},
"bugs": {
"url": "https://github.com/BuilderIO/qwik/issues"
},
"devDependencies": {
"@types/prompts": "2.0.14",
"kleur": "4.1.4",
"prompts": "2.4.2"
},
"engines": {
"node": ">=14",
"npm": ">=6.0.0"
}
}