forked from Anything-Minecraft-Team/anything-minecraft
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 1.02 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
{
"name": "anything-minecraft",
"version": "1.0.0",
"description": "Welcome to the start of a new adventure, here we will show you everything you need to do to setup a Minecraft Java server and host it! We will go through all the steps in as much detail as possible, and who knows? you might become the next hypixel!",
"main": "index.js",
"scripts": {
"lint:markdown": "markdownlint '**/*.md' --ignore node_modules",
"lint:prettier": "pretty-quick",
"lint": "npm run lint:markdown && npm run lint:prettier",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JustDoom/anything-minecraft.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/JustDoom/anything-minecraft/issues"
},
"homepage": "https://github.com/JustDoom/anything-minecraft#readme",
"devDependencies": {
"husky": "^8.0.0",
"markdownlint": "^0.25.0",
"markdownlint-cli": "^0.31.0",
"prettier": "^2.6.0",
"pretty-quick": "^3.1.0"
}
}