-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 951 Bytes
/
package.json
File metadata and controls
47 lines (47 loc) · 951 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
37
38
39
40
41
42
43
44
45
46
47
{
"author": "zbryikt",
"name": "fedep",
"license": "MIT",
"files": [
"cli.js"
],
"description": "Frontend dependency installer",
"version": "1.6.0",
"homepage": "https://github.com/plotdb/fedep",
"repository": {
"type": "git",
"url": "git+https://github.com/plotdb/fedep.git"
},
"engines": {
"node": ">=10.14.1",
"npm": ">=6.4.1"
},
"dependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@plotdb/colors": "^0.0.3",
"browserify": "^17.0.0",
"fs-extra": "^9.0.1",
"glob": "^7.2.0",
"yargs": "^16.1.0"
},
"devDependencies": {
"@zbryikt/template": "^2.4.1",
"ldcover": "^3.5.5",
"ldview": "^1.5.1",
"livescript": "^1.6.0"
},
"bin": {
"fedep": "cli.js"
},
"frontendDependencies": {
"root": "web/static/assets/lib",
"modules": [
{
"name": "ldview",
"link": true
},
"ldcover"
]
}
}