41 lines
1 KiB
JSON
41 lines
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",
|
|
"hsconsole": "^1.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.4.5",
|
|
"check-outdated": "^2.11.0",
|
|
"nodemon": "^3.0.1",
|
|
"npm-run-all": "^4.1.5",
|
|
"terser": "^5.19.2",
|
|
"ts-loader": "^9.4.4",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.1.6"
|
|
}
|
|
}
|