cc-mc-server/theforwarder/package.json

23 lines
437 B
JSON
Raw Permalink Normal View History

2024-07-12 16:58:47 +01:00
{
"name": "theforwarder",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev:run": "nodemon --watch './**/*.ts' index.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"bufferstuff": "^1.5.1",
"ws": "^8.18.0"
},
"devDependencies": {
"@types/node": "^20.14.10",
"@types/ws": "^8.5.10",
"ts-node": "^10.9.2",
"typescript": "^5.5.3"
}
}