-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
34 lines (34 loc) · 834 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
{
"name": "node-tikzjax",
"description": "A port of TikZJax runs on pure Node.js and WebAssembly.",
"version": "1.0.3",
"author": "prin <[email protected]>",
"license": "LPPL-1.3c",
"homepage": "https://github.com/prinsss/node-tikzjax",
"bugs": "https://github.com/prinsss/node-tikzjax/issues",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"css",
"dist",
"tex"
],
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@prinsss/dvi2html": "^0.0.1",
"jsdom": "^23.2.0",
"memfs": "^4.6.0",
"svgo": "^3.2.0",
"tar-fs": "^3.0.4"
},
"devDependencies": {
"@types/jsdom": "^21.1.6",
"@types/node": "^20.11.0",
"@types/tar-fs": "^2.0.4",
"tsx": "^4.7.0",
"typescript": "^5.3.3"
}
}