|
1 | 1 | {
|
2 |
| - "name": "@linux123123/jspteroapi", |
3 |
| - "version": "2.4.3", |
4 |
| - "description": "A pterodactyl v1 api using node-fetch", |
5 |
| - "main": "dist/index.js", |
6 |
| - "types": "dist/index.d.ts", |
7 |
| - "scripts": { |
8 |
| - "test": "tsc-watch --onCompilationComplete \"node dist/test.js\"", |
9 |
| - "build": "rimraf dist/* && tsc", |
10 |
| - "build:publish": "npm run build && rimraf src/", |
11 |
| - "lint": "eslint \"src/**\"", |
12 |
| - "docs:build": "typedoc --categorizeByGroup --defaultCategory Types --excludeInternal --name JSPteroAPI", |
13 |
| - "semantic-release": "semantic-release" |
14 |
| - }, |
15 |
| - "repository": { |
16 |
| - "type": "git", |
17 |
| - "url": "https://github.com/Linux123123/JSPteroAPI.git" |
18 |
| - }, |
19 |
| - "keywords": [ |
20 |
| - "Pterodactyl", |
21 |
| - "API", |
22 |
| - "node-fetch", |
23 |
| - "node-js", |
24 |
| - "js", |
25 |
| - "ptero-api", |
26 |
| - "ptero", |
27 |
| - "pterodactyl-api", |
28 |
| - "API client" |
29 |
| - ], |
30 |
| - "author": "Linux123123", |
31 |
| - "license": "MIT", |
32 |
| - "bugs": { |
33 |
| - "url": "https://github.com/Linux123123/JSPteroAPI/issues" |
34 |
| - }, |
35 |
| - "homepage": "https://github.com/Linux123123/JSPteroAPI#readme", |
36 |
| - "dependencies": { |
37 |
| - "node-fetch": "^3.0.0", |
38 |
| - "sockette": "^2.0.6", |
39 |
| - "ws": "^8.2.1" |
40 |
| - }, |
41 |
| - "devDependencies": { |
42 |
| - "@amanda-mitchell/semantic-release-npm-multiple": "^2.14.0", |
43 |
| - "@microsoft/tsdoc-config": "^0.15.0", |
44 |
| - "@types/node": "^16.7.10", |
45 |
| - "@types/node-fetch": "^2.5.12", |
46 |
| - "@typescript-eslint/eslint-plugin": "^4.30.0", |
47 |
| - "@typescript-eslint/parser": "^4.30.0", |
48 |
| - "eslint": "^7.32.0", |
49 |
| - "eslint-config-prettier": "^8.0.0", |
50 |
| - "eslint-plugin-prettier": "^3.4.1", |
51 |
| - "eslint-plugin-tsdoc": "^0.2.11", |
52 |
| - "prettier": "^2.2.1", |
53 |
| - "rimraf": "^3.0.2", |
54 |
| - "semantic-release": "^17.4.7", |
55 |
| - "tsc-watch": "^4.5.0", |
56 |
| - "typedoc": "^0.21.9", |
57 |
| - "typescript": "^4.4.2" |
58 |
| - } |
| 2 | + "name": "@linux123123/jspteroapi", |
| 3 | + "version": "2.4.3", |
| 4 | + "description": "A pterodactyl v1 api using node-fetch", |
| 5 | + "main": "dist/index.js", |
| 6 | + "exports": "./dist/index.js", |
| 7 | + "types": "dist/index.d.ts", |
| 8 | + "scripts": { |
| 9 | + "test": "tsc-watch --onCompilationComplete \"node dist/test.js\"", |
| 10 | + "build": "rimraf dist/* && tsc", |
| 11 | + "build:publish": "yarn build && rimraf src/", |
| 12 | + "lint": "eslint \"src/**\"", |
| 13 | + "docs:build": "typedoc --categorizeByGroup --defaultCategory Types --excludeInternal --name JSPteroAPI", |
| 14 | + "semantic-release": "semantic-release" |
| 15 | + }, |
| 16 | + "repository": { |
| 17 | + "type": "git", |
| 18 | + "url": "https://github.com/Linux123123/JSPteroAPI.git" |
| 19 | + }, |
| 20 | + "keywords": [ |
| 21 | + "Pterodactyl", |
| 22 | + "API", |
| 23 | + "node-fetch", |
| 24 | + "node-js", |
| 25 | + "js", |
| 26 | + "ptero-api", |
| 27 | + "ptero", |
| 28 | + "pterodactyl-api", |
| 29 | + "API client" |
| 30 | + ], |
| 31 | + "author": "Linux123123", |
| 32 | + "license": "MIT", |
| 33 | + "bugs": { |
| 34 | + "url": "https://github.com/Linux123123/JSPteroAPI/issues" |
| 35 | + }, |
| 36 | + "homepage": "https://github.com/Linux123123/JSPteroAPI#readme", |
| 37 | + "dependencies": { |
| 38 | + "node-fetch": "v2", |
| 39 | + "sockette": "^2.0.6", |
| 40 | + "ws": "^8.2.2" |
| 41 | + }, |
| 42 | + "devDependencies": { |
| 43 | + "@amanda-mitchell/semantic-release-npm-multiple": "^2.14.0", |
| 44 | + "@microsoft/tsdoc-config": "^0.15.0", |
| 45 | + "@types/node": "^16.9.1", |
| 46 | + "@types/node-fetch": "v2", |
| 47 | + "@typescript-eslint/eslint-plugin": "^4.31.0", |
| 48 | + "@typescript-eslint/parser": "^4.31.0", |
| 49 | + "babel-loader": "^8.2.2", |
| 50 | + "eslint": "^7.32.0", |
| 51 | + "eslint-config-prettier": "^8.0.0", |
| 52 | + "eslint-plugin-prettier": "^3.4.1", |
| 53 | + "eslint-plugin-tsdoc": "^0.2.11", |
| 54 | + "prettier": "^2.4.0", |
| 55 | + "rimraf": "^3.0.2", |
| 56 | + "semantic-release": "^17.4.7", |
| 57 | + "tsc-watch": "^4.5.0", |
| 58 | + "typedoc": "^0.21.9", |
| 59 | + "typescript": "^4.4.2" |
| 60 | + } |
59 | 61 | }
|
0 commit comments