-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.08 KB
/
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
41
42
43
44
45
46
47
48
49
50
{
"name": "pterodactyl-api-wrapper",
"version": "2.0.7",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsup && npm version patch --no-git-tag-version",
"prepublishOnly": "npm run build",
"start": "node dist/index.js",
"publish:npm": " npm publish --access public"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "/~https://github.com/cptcr/pterodactyl-api-wrapper.git"
},
"keywords": [
"pterodactyl",
"api",
"wrapper",
"typescript",
"types",
"javascript",
"github",
"advanced"
],
"license": "Apache-2.0",
"bugs": {
"url": "/~https://github.com/cptcr/pterodactyl-api-wrapper/issues"
},
"homepage": "/~https://github.com/cptcr/pterodactyl-api-wrapper#readme",
"author": "cptcr",
"description": "",
"dependencies": {
"@types/axios": "^0.9.36",
"axios": "^1.7.9"
},
"devDependencies": {
"@types/typescript": "^0.4.29",
"tsup": "^8.3.6",
"types": "^0.1.1",
"typescript": "^5.7.3"
},
"files": [
"dist",
"src"
]
}