-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
56 lines (56 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
49
50
51
52
53
54
55
56
{
"name": "@mathpix/mpx-cli",
"version": "0.4.0",
"description": "Document conversion for scientific documents",
"keywords": [
"ssg",
"static",
"markdown",
"mathpix",
"generator",
"convert",
"conversion",
"science",
"scientific",
"pdf",
"docx"
],
"author": "Mathpix, Inc.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mathpix/mpx-cli.git",
"issues": "https://github.com/mathpix/mpx-cli/issues"
},
"main": "./lib/mpx.js",
"bin": {
"mpx": "./bin/cli.js"
},
"scripts": {
"test": "jest",
"prepare": "jest"
},
"engines": {
"node": ">=10"
},
"dependencies": {
"@11ty/eleventy": "github:montanaflynn/eleventy#uppercase-index-and-mmd",
"@sherby/eleventy-plugin-files-minifier": "^1.1.1",
"commander": "^7.1.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"fs-extra": "^9.1.0",
"inquirer": "^8.0.0",
"jsdom": "^16.5.1",
"markdown-it": "^12.0.4",
"markdown-it-replace-link": "^1.1.0",
"mathpix-markdown-it": "^1.0.63",
"node-fetch": "^2.6.1",
"serve-index": "^1.9.1",
"window": "^4.2.7"
},
"devDependencies": {
"eslint": "^7.22.0",
"jest": "^26.6.3"
}
}