-
-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathpackage.json
52 lines (52 loc) · 1.2 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
{
"name": "math-api",
"description": "LaTeX Math-to-Image API",
"version": "1.0.0",
"author": "Yasuaki Uechi <[email protected]> (https://uechi.io/)",
"scripts": {
"deploy": "vc",
"dev": "vc dev",
"rollout": "vc --target production && vc rm math --safe",
"test": "jest"
},
"dependencies": {
"body-parser": "^1.20.0",
"colord": "^2.9.2",
"corser": "^2.0.1",
"express": "^4.17.3",
"helmet": "^4.6.0",
"mathjax-full": "^3.2.0"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/jest": "^27.4.1",
"@types/memory-cache": "^0.2.2",
"@types/node": "^16.10.3",
"@types/supertest": "^2.0.12",
"@vercel/node": "^1.14.1",
"jest": "^27.5.1",
"jest-circus": "^27.5.1",
"supertest": "^6.2.2",
"ts-jest": "^27.1.4",
"ts-node": "^10.7.0",
"typescript": "^4.6.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
}