-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
43 lines (43 loc) · 1009 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "a11ysupport",
"version": "1.1.0",
"private": false,
"license": "GPL-3.0-only",
"files": [
"build/*"
],
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"start": "node ./bin/www",
"test": "mocha --reporter progress",
"build": "node ./build.js",
"prepublishOnly": "npm install && npm run build"
},
"devDependencies": {
"ajv": "^6.12.3",
"axios": ">=1.6.0",
"chai": "^4.2.0",
"cheerio": "^1.0.0-rc.3",
"cookie-parser": "^1.4.4",
"debug": "~2.6.9",
"escodegen": "^1.11.1",
"esprima": "^4.0.1",
"express": "^4.17.3",
"github-api": "^3.4.0",
"http-errors": "~1.6.2",
"js-beautify": "^1.13.5",
"jstransformer-markdown-it": "^2.1.0",
"markdown-it-anchor": "^5.2.4",
"minimist": "^1.2.6",
"moment": "^2.29.2",
"mocha": "^10.2.0",
"morgan": "^1.9.1",
"node-fetch": "^3.1.1",
"node-glob": "^1.2.0",
"pug": "^3.0.1",
"rimraf": "^2.6.3",
"sanitize-filename": "^1.6.1"
}
}