initial commit
This commit is contained in:
25
package.json
Normal file
25
package.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "@techniker-me/chatrooms",
|
||||
"version": "0.0.0",
|
||||
"description": "A collections of chatting rooms",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.techniker.me/techniker-me/chatrooms.git"
|
||||
},
|
||||
"license": "ISC",
|
||||
"author": "Alexander Zinn",
|
||||
"type": "module",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"dev:server": "npm run dev --workspace=server"
|
||||
},
|
||||
"workspaces": [
|
||||
"server"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@types/node": "24.3.1",
|
||||
"nodemon": "3.1.10",
|
||||
"ts-node": "10.9.2",
|
||||
"typescript": "5.9.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user