-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1022 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
35
36
37
38
39
{
"name": "static-content-api",
"version": "2.3.0",
"description": "Take static content directories and turn them into json files.",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"fs-extender": "^1.0.3",
"fs-extra": "^11.2.0",
"genson-js": "^0.0.8",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"lodash-humps": "^3.1.6",
"path-parse": "^1.0.7",
"prairie": "^4.1.2",
"remark-parse": "^11.0.0",
"sort-keys": "^5.0.0",
"understory": "^2.0.3",
"unified": "^11.0.4",
"unist-util-select": "^5.1.0",
"yaml": "^2.4.1"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-lodash-fp": "2.2.0-a1",
"jest": "^29.7.0"
}
}