-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 3.22 KB
/
package.json
File metadata and controls
24 lines (24 loc) · 3.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "vultron",
"version": "1.0.0",
"description": "     [](https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fhtomasz%2Fvultron)           [](https://github.dev/htomasz/vultron)  <p align=\"center\"> <img src=\"icon.png\" alt=\"Vultron Logo\" width=\"500\"> <br><b>Używanie projektu jest jawnym łamaniem regulaminu EduVulcan.pl. <br>Nie rób tego.</b> </p>",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/htomasz/vultron.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/htomasz/vultron/issues"
},
"homepage": "https://github.com/htomasz/vultron#readme",
"devDependencies": {
"eslint": "^10.0.2",
"eslint-plugin-security": "^4.0.0"
}
}