wschat-ng/package.json
szdytom 172ee8c3ee
[feature] frontend improve and markdown support
Signed-off-by: szdytom <szdytom@163.com>
2021-03-26 10:05:15 +08:00

22 lines
434 B
JSON

{
"name": "wschat-ng",
"version": "1.0.2",
"description": "",
"main": "index.js",
"scripts": {
"start": "ts-node src/index.ts"
},
"author": "szdytom <szdytom@163.com>",
"license": "MIT",
"devDependencies": {
"@types/express": "^4.17.11",
"@types/socket.io": "^2.1.13",
"ts-node": "^9.1.1",
"typescript": "^4.2.3"
},
"dependencies": {
"express": "^4.17.1",
"socket.io": "^4.0.0"
}
}