-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.8 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
53
54
55
56
57
58
59
60
61
62
{
"name": "unexpected-documentation-site-generator",
"version": "8.1.2",
"description": "Documentation site generator for Unexpected plugins",
"main": "index.js",
"repository": {
"type": "git",
"url": "[email protected]:unexpectedjs/unexpected-documentation-site-generator.git"
},
"keywords": [
"unexpected",
"documentation"
],
"author": "Sune Simonsen",
"license": "MIT",
"bugs": {
"url": "https://github.com/unexpectedjs/unexpected-documentation-site-generator/issues"
},
"homepage": "https://github.com/unexpectedjs/unexpected-documentation-site-generator",
"scripts": {
"lint": "eslint .",
"test": "mocha",
"preversion": "npm run lint",
"version": "offline-github-changelog --next=${npm_package_version} > CHANGELOG.md && git add CHANGELOG.md"
},
"engines": {
"node": ">=14"
},
"dependencies": {
"@fidian/metalsmith-less": "4.1.1",
"@metalsmith/collections": "1.3.0",
"@metalsmith/layouts": "2.7.0",
"@metalsmith/markdown": "1.9.1",
"@metalsmith/permalinks": "2.5.1",
"async": "3.2.4",
"debug": "4.1.0",
"evaldown": "^2.0.0",
"glob": "8.0.1",
"jstransformer-ejs": "git+https://github.com/jstransformers/jstransformer-ejs#f344b4fdedea103aeb1f9047cef0a0ef14ce7f11",
"lodash": "4.17.21",
"magicpen-prism": "4.0.0",
"metalsmith": "2.5.1",
"metalsmith-html-relative": "0.4.6",
"minimist": "1.2.8",
"passerror": "1.1.1",
"rimraf": "3.0.2",
"stat-mode": "0.2.2"
},
"directories": {
"bin": "bin"
},
"devDependencies": {
"cheerio": "1.0.0-rc.12",
"eslint": "5.8.0",
"eslint-config-pretty-standard": "2.0.0",
"eslint-plugin-prettier": "3.0.0",
"github-fork-ribbon-css": "0.2.3",
"mocha": "10.2.0",
"offline-github-changelog": "^3.0.1",
"prettier": "1.14.3"
}
}