-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1002 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
{
"name": "docs-xga",
"version": "0.0.2",
"description": "mkdocs website for XGA",
"scripts": {
"build": "mkdocs build -d public",
"make": "bash build.sh",
"vercel": "npx vercel deploy",
"fmt": "npx prettier --config .prettierrc.js --write .",
"local": "npx static-sitemap-cli --base http://127.0.0.1:8000/ --no-clean --root site",
"sitemap": "npx static-sitemap-cli --base https://docs.xga.com --no-clean --root public"
},
"keywords": [
"docs",
"ethereum",
"mev",
"auction"
],
"files": [
"docs",
"src"
],
"repository": "https://github.com/manifoldfinance/docs-xga.git",
"author": "sam bacha <[email protected]>",
"license": "SEE LICENSE IN LICENSE",
"private": false,
"devDependencies": {
"eslint": "^9.4.0",
"eslint-config-prettier": "^9.1.0",
"gh-pages": "^6.1.1",
"ical-generator": "^7.1.0",
"markdown-link-extractor": "^4.0.2",
"prettier": "^3.2.5",
"static-sitemap-cli": "^2.2.3"
}
}