-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 911 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
37
{
"name": "create-vanilla-app",
"main": "cli.js",
"preferGlobal": true,
"bin": {
"create-vanilla-app": "cli.js"
},
"version": "1.1.5",
"author": {
"name": "Gabriel Mayta",
"email": "[email protected]",
"url": "https://github.com/grandemayta"
},
"scripts": {
"start": "node ./cli.js"
},
"dependencies": {
"chalk": "^2.4.2",
"clear": "^0.1.0",
"figlet": "^1.2.3",
"inquirer": "^6.3.1",
"mem-fs": "^1.1.3",
"mem-fs-editor": "^6.0.0",
"npm": "^6.9.0",
"path": "^0.12.7",
"yarn": "^1.17.3"
},
"description": "Create Vanilla App allows you to develop vanilla javascript projects from scratch with support to Webcomponents and Typescript",
"keywords": [
"webcomponents",
"customelements",
"vanillaJS",
"typescript"
],
"repository": "https://github.com/grandemayta/create-vanilla-app.git",
"license": "MIT"
}