-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.01 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
{
"dependencies": {
"axios": "^0.21.1"
},
"name": "mc-info-data",
"description": "API completamente sencilla de usar para sacar información de servidores y usuarios en minecraft.",
"version": "1.8.1",
"main": "dist/index.js",
"type": "commonjs",
"types": "./dist/index.d.ts",
"scripts": {
"start": "ts-node src/index.ts",
"build": "tsc",
"pretty": "prettier --write \"./**/*.{ts, js}\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kapone-dev/mc-info-data.git"
},
"keywords": [
"Minecraft",
"mcdata",
"minecraft-data",
"minecraft-info"
],
"author": "kapone",
"license": "MIT",
"bugs": {
"url": "https://github.com/Kapone-dev/mc-info-data/issues"
},
"homepage": "https://github.com/Kapone-dev/mc-info-data#readme",
"devDependencies": {
"@types/node": "^15.14.2",
"typescript": "^4.3.5"
}
}