-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
40 lines (40 loc) · 925 Bytes
/
package.json
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
{
"name": "@corsinvest/cv4pve-api-javascript",
"version": "8.3.0",
"description": "Proxmox VE Client API JavaScript",
"main": "./src/index.js",
"types": "./dist/src/index.d.ts",
"keywords": [
"Proxmox VE",
"Api",
"Proxmox",
"Corsinvest",
"pve"
],
"scripts": {
"prepare": "npx tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Corsinvest/cv4pve-api-javascript.git"
},
"author": "Daniele Corsini <[email protected]>",
"license": "GPLv3",
"bugs": {
"url": "https://github.com/Corsinvest/cv4pve-api-javascript/issues"
},
"files": [
"src",
"dist",
"LICENSE",
"README.md"
],
"homepage": "https://github.com/Corsinvest/cv4pve-api-javascript#readme",
"devDependencies": {
"typescript": "^5.3.3"
},
"dependencies": {
"debug": "^4.3.5"
}
}