-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
29 lines (29 loc) · 881 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "express-event-rsvp-list-api-memory-data-store",
"version": "1.0.0",
"repository": "[email protected]:upleveled/express-event-rsvp-list-api-memory-data-store.git",
"license": "MIT",
"author": "Karl Horky <[email protected]>",
"type": "module",
"main": "index.ts",
"scripts": {
"dev": "tsx watch index.ts",
"start": "tsx index.ts"
},
"dependencies": {
"@types/express": "5.0.0",
"@types/express-serve-static-core": "5.0.6",
"express": "5.0.1",
"tsx": "4.19.3"
},
"devDependencies": {
"@types/node": "22.13.4",
"eslint": "9.20.1",
"eslint-config-upleveled": "9.1.2",
"typescript": "5.7.3"
},
"engines": {
"node": ">=20.9.0"
},
"packageManager": "[email protected]+sha512.c753b6c3ad7afa13af388fa6d808035a008e30ea9993f58c6663e2bc5ff21679aa834db094987129aa4d488b86df57f7b634981b2f827cdcacc698cc0cfb88af"
}