Initial Commit
This commit is contained in:
23
package.json
Normal file
23
package.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "presentationpresenter",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"module": "./src/index.ts",
|
||||
"scripts": {
|
||||
"start": "ts-node src/index.ts",
|
||||
"dev": "nodemon --watch 'src/**/*.ts' --exec 'ts-node' src/index.ts"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@types/express": "5.0.3",
|
||||
"nodemon": "3.1.10",
|
||||
"ts-node": "10.9.2",
|
||||
"typescript": "5.9.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "5.1.0",
|
||||
"socket.io": "4.8.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user