-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
52 lines (52 loc) · 1.3 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": "mermaid.ink",
"version": "11.1.0",
"description": "https://mermain.ink",
"homepage": "https://github.com/jihchi/mermaid.ink#readme",
"bugs": {
"url": "https://github.com/jihchi/mermaid.ink/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jihchi/mermaid.ink.git"
},
"license": "MIT",
"author": "jihchi",
"main": "src/index.js",
"scripts": {
"format": "prettier --with-node-modules --write \"{src,test}/**/*.{mjs,js,html}\" \"*.{js,cjs,mjs,md}\"",
"start": "node src/index.js",
"test": "jest",
"test:watch": "pnpm test --watch"
},
"prettier": {
"singleQuote": true,
"trailingComma": "es5"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.2",
"@koa/cors": "^5.0.0",
"debug": "^4.3.4",
"js-base64": "^3.7.5",
"koa": "^2.14.2",
"koa-route": "^4.0.1",
"mermaid": "^11.0.2",
"pako": "^2.1.0",
"path-to-regexp": "^8.0.0",
"puppeteer": "^24.0.0"
},
"devDependencies": {
"@happy-dom/jest-environment": "^16.0.1",
"@testing-library/jest-dom": "^6.0.0",
"jest": "^29.6.2",
"pdf-lib": "^1.17.1",
"prettier": "^3.0.1",
"sharp": "^0.33.3",
"supertest": "^7.0.0"
},
"packageManager": "[email protected]",
"engines": {
"node": ">= 18",
"pnpm": ">= 8"
}
}