-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.73 KB
/
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
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "cmx",
"version": "0.0.0",
"private": true,
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "NODE_ENV=test LOG_LEVEL=error mocha --exit --trace-warnings",
"start": "node index.js",
"dev": "nodemon index.js --ignore db.data"
},
"bin": {
"manifest-a-site": "generators/create-site/create-site.js"
},
"dependencies": {
"ajv": "^8.12.0",
"awilix": "^9.0.0",
"awilix-express": "^8.0.0",
"body-parser": "^1.20.2",
"caller": "^1.1.0",
"chokidar": "^3.5.3",
"cli-table": "^0.3.11",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"deasync": "^0.1.29",
"debug": "~4.3.4",
"deep-assign": "^2.0.0",
"deep-object-diff": "^1.1.9",
"delete": "^1.1.0",
"dirtree": "0.0.2",
"dot-prop": "^6.0.1",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-list-endpoints": "^6.0.0",
"intersect": "^1.0.1",
"is-obj": "^1.0.1",
"js-pointer": "^3.1.1",
"jsend": "^1.1.0",
"json-schema-ref-parser": "^9.0.9",
"jsonpath": "^1.1.1",
"jsonwebtoken": "^9.0.2",
"minimatch": "^3.0.4",
"mkdirp": "^3.0.1",
"morgan": "^1.10.0",
"nodemailer": "^6.9.7",
"nodemailer-mailgun-transport": "^2.1.5",
"normalize-bool": "^1.0.0",
"omit": "^1.0.1",
"pug": "^3.0.2",
"restful-error": "^1.0.6",
"serve-favicon": "^2.5.0",
"slug": "^8.2.3",
"string-format-obj": "^1.1.1",
"table": "^6.8.1",
"winston": "^3.11.0",
"write-file-atomic": "^5.0.1"
},
"devDependencies": {
"chai": "^4.3.10",
"chai-http": "^4.4.0",
"colors": "^1.4.0",
"inquirer": "^9.2.11",
"mocha": "^10.2.0",
"nodemon": "^3.0.1",
"os-tmpdir": "^1.0.2",
"shelljs": "^0.8.5"
}
}