mc-beta-server/package.json

44 lines
1.1 KiB
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",
"build": "npm-run-all build:*",
"build:smash": "ts-node ./tooling/fileSmasher.ts",
"build:build": "tsc --build",
"build:cleanup": "ts-node ./tooling/cleanup.ts",
"build:mangle": "ts-node ./tooling/mangle.ts",
"_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": {
"bufferstuff": "^1.3.0",
"chalk": "^4.1.2"
},
"devDependencies": {
"@types/node": "^18.16.3",
"check-outdated": "^2.11.0",
"nodemon": "^2.0.20",
"npm-run-all": "^4.1.5",
"terser": "^5.18.1",
"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"
}
}