CliSite/package.json

25 lines
514 B
JSON
Raw Normal View History

2022-06-11 19:57:41 +02:00
{
"name": "clisite",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
2022-06-12 12:41:52 +02:00
"@types/jquery": "^3.5.14",
2022-06-11 19:57:41 +02:00
"express": "^4.18.1",
2022-06-12 12:41:52 +02:00
"jquery": "^3.6.0",
2022-06-11 20:49:24 +02:00
"serialize-anything": "^1.1.10",
2022-06-12 12:41:52 +02:00
"socket.io": "^4.5.1",
"socket.io-client": "^4.5.1"
2022-06-11 20:49:24 +02:00
},
"devDependencies": {
"@types/express": "^4.17.13",
"typescript": "^4.7.3"
2022-06-11 19:57:41 +02:00
}
}