forked from PassTheMayo/minecraft-motd-util
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 893 Bytes
/
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
{
"name": "minecraft-motd-util",
"version": "1.1.12",
"description": "Parse and convert a Minecraft MOTD into various formats.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"prepublishOnly": "npm run clean && npm run build",
"clean": "rimraf dist/",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PassTheMayo/minecraft-motd-util.git"
},
"keywords": [
"minecraft",
"motd",
"parse",
"convert"
],
"author": "Jacob Gunther",
"license": "MIT",
"bugs": {
"url": "https://github.com/PassTheMayo/minecraft-motd-util/issues"
},
"homepage": "https://github.com/PassTheMayo/minecraft-motd-util#readme",
"devDependencies": {
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "^5.2.0",
"@typescript-eslint/parser": "^5.2.0",
"eslint": "^8.1.0",
"rimraf": "^3.0.2"
},
"dependencies": {}
}