Initial commit.
This commit is contained in:
commit
0a9434be1b
18 changed files with 1860 additions and 0 deletions
16
server/ts-express/package.json
Normal file
16
server/ts-express/package.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"name": "NOJSCAP server",
|
||||
"type": "module",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "server.ts",
|
||||
"scripts": {
|
||||
"start": "npx tsx server.ts"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"express": "^5.1.0"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue