-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 887 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 887 Bytes
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
{
"name": "notes-preview",
"version": "1.0.0",
"description": "",
"main": "src/server/index.js",
"type": "module",
"scripts": {
"start": "node src/server/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"mote": "./src/cli/index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@11ty/webc": "^0.8.0",
"commander": "^9.4.1",
"crypto-js": "^4.1.1",
"cssmin": "^0.4.3",
"env-paths": "^3.0.0",
"esbuild": "^0.13.14",
"express": "^4.17.1",
"find-process": "^1.4.7",
"highlight.js": "^11.11.1",
"liquidjs": "^9.28.5",
"markdown-it": "^12.2.0",
"markdown-it-anchor": "^9.2.0",
"markdown-it-checkbox": "^1.1.0",
"mermaid": "^11.14.0",
"node-fetch": "^3.2.10",
"normalize-path": "^3.0.0",
"open": "^8.4.0",
"prompt": "^1.3.0",
"ws": "^8.2.3"
}
}