mirror of
https://github.com/linuxserver/Heimdall-Apps.git
synced 2026-01-09 06:51:35 +08:00
32 lines
780 B
JSON
32 lines
780 B
JSON
{
|
|
"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.0.2",
|
|
"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"
|
|
}
|
|
}
|