-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.08 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
{
"name": "cloudnotes",
"version": "1.0.0",
"description": "CloudNotes ==========",
"main": "remote.js",
"scripts": {
"start": "DEBUG=check-md nodemon CheckMarkdown.js",
"test": "DEBUG=check-get-elf jest",
"basic": "node lib/walk-markdown-files.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/charliecalvert/CloudNotes.git"
},
"keywords": [
"remote"
],
"author": "Charlie Calvert",
"license": "MIT",
"bugs": {
"url": "https://github.com/charliecalvert/CloudNotes/issues"
},
"homepage": "https://github.com/charliecalvert/CloudNotes#readme",
"dependencies": {
"chalk": "^5.2.0",
"debug": "^4.3.4",
"elven-code": "^4.13.8",
"elven-jekyll-post": "^1.1.3",
"gray-matter": "^4.0.3",
"luxon": "^3.3.0",
"markdown-elf": "^1.0.0",
"markdown-toc": "^1.2.0",
"ssh2": "^1.12.0",
"url": "^0.11.0",
"walk-directories": "^4.1.1"
},
"devDependencies": {
"jest": "^29.5.0"
}
}