-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.24 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.24 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"type": "module",
"name": "dmg-rest-api",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"dev": "npm start",
"populate_images": "node src/utils/populateImages.js",
"start": "node server.js",
"test": "jest",
"eject": "react-scripts eject",
"heroku-postbuild": "echo \"Skipping build step\""
},
"keywords": [
"REST",
"rest-API",
"GLAM",
"design",
"heritage",
"linked open data"
],
"author": "Olivier Van D'huynslager",
"license": "ISC",
"dependencies": {
"@supabase/supabase-js": "^2.4.1",
"accepts": "^1.3.8",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.18.2",
"express-negotiate": "^0.0.6",
"express-rate-limit": "^7.5.0",
"helmet": "^7.0.0",
"latest": "^0.2.0",
"node-cron": "^3.0.2",
"node-fetch": "^3.3.2",
"open": "^10.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "^5.0.1",
"semver": "^7.7.2",
"serve": "^14.2.0",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^4.6.3",
"yamljs": "^0.3.0"
},
"engines": {
"node": "20.x",
"npm": "10.x"
},
"devDependencies": {
"esm": "^3.2.25",
"jest": "^27.5.1",
"supertest": "^7.1.1"
}
}