forked from uetchy/math-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.18 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.18 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
{
"name": "math-api",
"description": "LaTeX Math-to-Image API",
"version": "1.0.0",
"author": "Yasuaki Uechi <y@uechi.io> (https://uechi.io/)",
"scripts": {
"deploy": "now",
"dev": "now dev",
"rollout": "now --target production && now rm math --safe",
"test": "jest"
},
"dependencies": {
"body-parser": "^1.19.0",
"corser": "^2.0.1",
"express": "^4.17.1",
"helmet": "^4.4.1",
"mathjax-full": "^3.1.2"
},
"devDependencies": {
"@types/express": "^4.17.11",
"@types/jest": "^26.0.20",
"@types/memory-cache": "^0.2.1",
"@types/node": "^14.14.33",
"@types/supertest": "^2.0.10",
"@vercel/node": "^1.9.1",
"jest": "^26.6.3",
"jest-circus": "^26.6.3",
"supertest": "^6.1.3",
"ts-jest": "^26.5.3",
"ts-node": "^9.1.1",
"typescript": "^4.2.3"
},
"homepage": "https://github.com/uetchy/math-api",
"repository": {
"type": "git",
"url": "https://github.com/uetchy/math-api.git"
},
"bugs": {
"url": "https://github.com/uetchy/math-api/issues"
},
"license": "Apache-2.0",
"keywords": [
"api",
"latex",
"math"
],
"engines": {
"node": ">=10.0.0"
},
"private": true
}