-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 817 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
{
"author": "Henry Bley-Vroman <olets@olets.dev>",
"repository": {
"type": "git",
"url": "https://github.com/olets/command-execution-timer"
},
"bugs": {
"url": "https://github.com/olets/command-execution-timer/issues"
},
"homepage": "https://github.com/olets/command-execution-timer",
"keywords": [
"zsh",
"shell",
"timer"
],
"license": "SEE LICENSE IN LICENSE",
"packageManager": "bun@1.1.25",
"private": true,
"devDependencies": {
"@types/bun": "latest",
"markdown-it-footnote": "^4.0.0",
"vitepress": "^1.3.4"
},
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"name": "command-execution-timer",
"peerDependencies": {
"typescript": "^5.0.0"
}
}