23 lines
437 B
JSON
23 lines
437 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|