mc-beta-server/package.json

39 lines
912 B
JSON
Raw Normal View History

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",
"build": "ncc build index.ts -o build",
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": {
"bufferstuff": "^1.5.1",
"dyetty": "^1.0.1",
2024-07-08 09:56:03 +01:00
"funky-array": "^1.0.0",
"hsconsole": "^1.0.2"
2023-04-08 20:52:47 +01:00
},
"devDependencies": {
"@types/node": "^22.9.3",
"@vercel/ncc": "^0.38.3",
2023-08-20 01:18:05 +01:00
"check-outdated": "^2.12.0",
"nodemon": "^3.1.7",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
2021-08-21 08:38:06 +01:00
}
2021-08-12 04:58:56 +01:00
}