forked from nlbdev/service-stem
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.22 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
{
"name": "service-stem",
"version": "2.0.0",
"description": "A service to generate text content based on markup",
"main": "index.js",
"dependencies": {
"@airbrake/node": "^2.1.8",
"@hapi/hapi": "^19.1.1",
"@hapi/joi": "^15.0.1",
"cheerio": "^1.0.0-rc.12",
"cross-fetch": "^3.1.5",
"crypto": "^1.0.1",
"dotenv": "^10.0.0",
"ejs": "^3.1.9",
"fast-xml-parser": "^4.0.13",
"he": "^1.2.0",
"jquery": "^3.5.0",
"jsdom": "^16.5.0",
"mathjax-full": "^3.2.2",
"mathml-to-asciimath": "^1.4.0",
"mathml-to-latex": "^1.2.0",
"pino-multi-stream": "^4.2.0",
"pino-papertrail": "^1.3.0",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"x2js": "^3.4.0",
"xml": "^1.0.1",
"xmldom": "^0.5.0"
},
"devDependencies": {
"nodemon": "^2.0.7",
"yarn": "^1.22.10"
},
"scripts": {
"serve": "nodemon index.js",
"build": "docker build -t service-stem ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/nlbdev/service-database.git"
},
"author": "NLBDEV",
"license": "MIT",
"bugs": {
"url": "https://github.com/nlbdev/service-database/issues"
},
"homepage": "https://github.com/nlbdev/service-database#readme"
}