-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 859 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 859 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
{
"name": "create-lightscript-app",
"version": "0.1.6",
"description": "Create a minimal skeleton for a LightScript app",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Darkle/create-lightscript-app.git"
},
"keywords": [
"Lightscript"
],
"author": "Coop",
"license": "MIT",
"bugs": {
"url": "https://github.com/Darkle/create-lightscript-app/issues"
},
"homepage": "https://github.com/Darkle/create-lightscript-app#readme",
"bin": {
"create-lightscript-app": "./index.js"
},
"devDependencies": {
"eslint": "^5.6.0",
"eslint_d": "^7.1.1"
},
"dependencies": {
"chalk": "^2.4.1",
"commander": "^2.18.0",
"fs-extra": "^7.0.0",
"validate-npm-package-name": "^3.0.0"
}
}