-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 864 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
{
"name": "webperfhandbook",
"version": "1.0.0",
"description": "Web Performance Handbook - free, regularly updated and comprehensive",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "npx --yes -- single-page-markdown-website '*.md' --open --watch"
},
"author": "@SimonHearne",
"license": "ISC",
"single-page-markdown-website": {
"baseUrl": "https://handbook.webperf.tools/",
"title": "Web Performance Handbook",
"description": "Free, regularly updated and comprehensive refererence for all things web performance",
"toc": true,
"sections": false,
"links": [
{
"text": "Author's Blog",
"url": "https://simonhearne.com"
},
{
"text": "Author's Twitter",
"url": "https://twitter.com/simonhearne"
}
]
}
}