-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 740 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 740 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
{
"name": "pterodactyl.js",
"version": "0.0.0",
"description": "A wrapper for the Pterodactyl Panel API",
"main": "index.js",
"types": "src/types/index.d.ts",
"scripts": {
"watch": "tsc -w"
},
"keywords": [
"pterodactyl",
"pterodactyl panel",
"pterodactyl-panel",
"ptero"
],
"repository": {
"type": "git",
"url": "https://github.com/RedstoneGamez/Pterodactyl.js.git"
},
"author": "RedstoneGamez (RedstoneGamez#0001)",
"license": "ISC",
"dependencies": {
"node-fetch": "^2.6.0"
},
"devDependencies": {
"@types/node": "^12.0.8",
"@types/node-fetch": "^2.5.7",
"typescript": "^3.5.2"
}
}