-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 919 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
{
"name": "create-lit-element",
"version": "0.5.2",
"description": "An npm initializer for creating LitElement based web components.",
"author": "Nii Yeboah | <[email protected]>",
"keywords": [
"create",
"scaffold",
"generate",
"npm-init",
"initializer"
],
"license": "MIT",
"bin": "bin/create.js",
"homepage": "https://github.com/niiyeboah/create-lit-element#readme",
"bugs": {
"url": "https://github.com/niiyeboah/create-lit-element/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/niiyeboah/create-lit-element"
},
"dependencies": {
"colors": "^1.4.0",
"fs-extra": "^9.0.0",
"glob": "^7.1.6",
"ora": "^4.0.3",
"prompt": "^1.0.0",
"replace-in-file": "^6.1.0",
"shelljs": "^0.8.3",
"yargs": "^15.3.1"
},
"scripts": {
"debug": "node --nolazy --inspect-brk=9229 bin/create.js test-element"
}
}