mc-beta-server/package.json

42 lines
1009 B
JSON

{
"name": "mc-beta-server",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"scripts": {
"dev:updateCheck": "check-outdated",
"dev:run": "nodemon --watch './**/*.ts' index.ts",
"initSubmodules": "git submodule update --init --recursive",
"pack": "webpack",
"build": "tsc --build",
"_clean": "tsc --build --clean"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tgpholly/mc-beta-server.git"
},
"keywords": [],
"author": "tgpholly",
"license": "MIT",
"bugs": {
"url": "https://github.com/tgpholly/mc-beta-server/issues"
},
"homepage": "https://github.com/tgpholly/mc-beta-server#readme",
"dependencies": {
"chalk": "^4.1.2",
"net": "^1.0.2",
"bufferstuff": "^1.3.0"
},
"devDependencies": {
"@types/node": "^18.16.3",
"check-outdated": "^2.11.0",
"nodemon": "^2.0.20",
"ts-loader": "^9.4.1",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"webpack": "^5.81.0",
"webpack-cli": "^5.0.2",
"webpack-node-externals": "^3.0.0"
}
}