This repository has been archived by the owner on May 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.61 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "@the-bds-maneger/server_versions",
"version": "2.3.1",
"description": "Auto Find Minecraft Server Versions",
"homepage": "https://github.com/The-Bds-Maneger/serverVersions#readme",
"private": false,
"author": "sirherobrine23",
"license": "MIT",
"main": "src/index.js",
"types": "./src/index.d.ts",
"type": "module",
"publishConfig": {
"access": "public"
},
"bin": {
"minecraft_version": "./src/bin.js"
},
"scripts": {
"dev": "nodemon -e ts,js -w src/**/* src/api.ts",
"search": "ts-node src/fetchVersion/index.ts",
"export": "ts-node src/exports.ts && apindex versions/",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/The-Bds-Maneger/serverVersions.git"
},
"keywords": [
"Minecraft",
"Server",
"version",
"automatic"
],
"bugs": {
"url": "https://github.com/The-Bds-Maneger/serverVersions/issues"
},
"dependencies": {
"@sirherobrine23/cloud": "^3.1.2",
"@sirherobrine23/http": "^3.1.2",
"axios": "^1.2.0",
"cors": "^2.8.5",
"express": "^4.18.1",
"jsdom": "^21.1.0",
"mongoose": "^6.5.2",
"semver": "^7.3.8",
"yaml": "^2.1.1",
"yargs": "^17.5.1"
},
"devDependencies": {
"@types/adm-zip": "^0.5.0",
"@types/cli-color": "^2.0.2",
"@types/express": "^4.17.13",
"@types/jsdom": "^21.1.0",
"@types/node": "^18.7.8",
"@types/semver": "^7.3.13",
"@types/yargs": "^17.0.11",
"adm-zip": "^0.5.9",
"cli-color": "^2.0.3",
"index-pages": "^3.3.0",
"nodemon": "^2.0.19",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
}
}