-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.19 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.19 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
{
"name": "sitecore",
"version": "1.0.0",
"description": "",
"main": "server.mjs",
"type": "module",
"scripts": {
"start": "node server.mjs",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon --trace-warnings server.mjs"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@azure/msal-node": "^1.15.0",
"archiver": "^5.3.0",
"archiver-zip-encrypted": "^1.0.11",
"base-64": "^1.0.0",
"body-parser": "^1.19.0",
"content-disposition": "^0.5.4",
"cors": "^2.8.5",
"dotenv": "^8.6.0",
"encoding": "^0.1.13",
"entitystorage": "^2.0.20",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"express-graphql": "^0.9.0",
"fflate": "^0.7.4",
"glob-promise": "^4.2.2",
"graphql": "^14.7.0",
"graphql-type-json": "^0.3.2",
"jsonwebtoken": "^9.0.0",
"mime-types": "^2.1.35",
"mkdirp": "^2.1.5",
"moment": "^2.29.1",
"node-fetch": "^3.2.9",
"searchqueryparser": "^1.0.16",
"showdown": "^2.1.0",
"uuid": "^8.3.2",
"ws": "^8.8.0",
"yargs": "^15.4.1"
},
"devDependencies": {
"nodemon": "^2.0.11"
}
}