-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 717 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 717 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
{
"name": "create-solid-app",
"version": "0.0.1",
"description": "Scaffolds your solid-js project",
"main": "index.js",
"bin": {
"solid": "./index.js"
},
"dependencies": {
"chalk": "^4.1.0",
"degit": "^2.8.0",
"enquirer": "^2.3.6"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anton7r/create-solid-app.git"
},
"keywords": [
"solid-js",
"solid",
"create-solid-app"
],
"author": "anton7r",
"license": "MIT",
"bugs": {
"url": "https://github.com/anton7r/create-solid-app/issues"
},
"homepage": "https://github.com/anton7r/create-solid-app#readme"
}