forked from mongock/mongock-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 926 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
{
"name": "mongock-documentation",
"version": "1.0.0",
"description": "Monogck documentation",
"scripts": {
"clean": "rm -rf ./_site",
"start": "eleventy --serve",
"build": "ELEVENTY_PRODUCTION=true eleventy && NODE_ENV=production",
"serve": "npx eleventy --serve",
"watch": "npx eleventy --watch",
"debug": "DEBUG=* npx eleventy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/monogock/mongock-docs.git"
},
"author": "Mongock tema <[email protected]> (https://www.mongock.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/monogock/mongock/issues"
},
"homepage": "https://www.mongock.io",
"devDependencies": {
"@11ty/eleventy": "^0.12.1",
"@11ty/eleventy-navigation": "^0.3.2",
"@11ty/eleventy-plugin-syntaxhighlight": "^1.0.5",
"markdown-it-anchor": "^5.0.2",
"markdown-it-table-of-contents": "^0.5.2"
}
}