2021-08-12 04:58:56 +01:00
|
|
|
{
|
2021-08-21 08:38:06 +01:00
|
|
|
"name": "mc-beta-server",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
2023-04-08 20:52:47 +01:00
|
|
|
"main": "index.ts",
|
|
|
|
"scripts": {
|
2023-04-13 11:06:00 +01:00
|
|
|
"dev:updateCheck": "check-outdated",
|
2023-04-08 20:52:47 +01:00
|
|
|
"dev:run": "nodemon --watch './**/*.ts' index.ts",
|
2023-06-26 16:16:55 +01:00
|
|
|
"build": "npm-run-all build:*",
|
|
|
|
"build:smash": "ts-node ./tooling/fileSmasher.ts",
|
|
|
|
"build:build": "tsc --build",
|
|
|
|
"build:mangle": "ts-node ./tooling/mangle.ts",
|
2023-08-20 02:17:30 +01:00
|
|
|
"build:cleanup": "ts-node ./tooling/cleanup.ts",
|
2023-04-08 20:52:47 +01:00
|
|
|
"_clean": "tsc --build --clean"
|
|
|
|
},
|
2021-08-21 08:38:06 +01:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2023-04-09 04:59:23 +01:00
|
|
|
"url": "git+https://github.com/tgpholly/mc-beta-server.git"
|
2021-08-21 08:38:06 +01:00
|
|
|
},
|
|
|
|
"keywords": [],
|
2023-04-13 11:06:00 +01:00
|
|
|
"author": "tgpholly",
|
2021-08-21 08:38:06 +01:00
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2023-04-09 04:59:23 +01:00
|
|
|
"url": "https://github.com/tgpholly/mc-beta-server/issues"
|
2021-08-21 08:38:06 +01:00
|
|
|
},
|
2023-04-09 04:59:23 +01:00
|
|
|
"homepage": "https://github.com/tgpholly/mc-beta-server#readme",
|
2021-08-21 08:38:06 +01:00
|
|
|
"dependencies": {
|
2023-10-29 05:08:26 +00:00
|
|
|
"bufferstuff": "^1.3.4",
|
2023-08-15 10:00:12 +01:00
|
|
|
"hsconsole": "^1.0.2"
|
2023-04-08 20:52:47 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-10-29 05:08:26 +00:00
|
|
|
"@types/node": "^20.8.9",
|
2023-08-20 01:18:05 +01:00
|
|
|
"check-outdated": "^2.12.0",
|
2023-07-28 10:36:56 +01:00
|
|
|
"nodemon": "^3.0.1",
|
2023-06-26 16:16:55 +01:00
|
|
|
"npm-run-all": "^4.1.5",
|
2023-10-29 05:08:26 +00:00
|
|
|
"terser": "^5.22.0",
|
|
|
|
"ts-loader": "^9.5.0",
|
2023-04-08 20:52:47 +01:00
|
|
|
"ts-node": "^10.9.1",
|
2023-10-29 05:08:26 +00:00
|
|
|
"typescript": "^5.2.2"
|
2021-08-21 08:38:06 +01:00
|
|
|
}
|
2021-08-12 04:58:56 +01:00
|
|
|
}
|