-
-
Notifications
You must be signed in to change notification settings - Fork 331
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 780 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 780 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
{
"name": "Heimdall-Apps",
"version": "1.0.0",
"description": "Fullfilling a foundation app request",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/linuxserver/Heimdall-Apps.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/linuxserver/Heimdall-Apps/issues"
},
"homepage": "https://github.com/linuxserver/Heimdall-Apps#readme",
"dependencies": {
"folder-hash": "^4.1.1",
"glob": "^7.1.6",
"jszip": "^3.10.0",
"ncu": "^0.2.1"
},
"devDependencies": {
"@prettier/plugin-php": "^0.18.9",
"@shufo/prettier-plugin-blade": "^1.4.20",
"prettier": "2.7.1"
}
}