-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 960 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
37
38
39
40
{
"name": "zsh-transient-prompt",
"version": "1.0.1",
"author": "Henry Bley-Vroman <olets@olets.dev>",
"repository": {
"type": "git",
"url": "https://github.com/olets/zsh-transient-prompt"
},
"bugs": {
"url": "https://github.com/olets/zsh-transient-prompt/issues"
},
"homepage": "https://github.com/olets/zsh-transient-prompt",
"keywords": [
"zsh",
"shell",
"prompt",
"theme"
],
"license": "SEE LICENSE IN LICENSE",
"packageManager": "bun@1.1.25",
"private": true,
"type": "module",
"devDependencies": {
"@types/bun": "latest",
"asciinema-player": "^3.9.0",
"markdown-it-footnote": "^4.0.0",
"vitepress": "^1.6.3"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"dependencies": {
"@nolebase/ui-asciinema": "^2.13.0"
}
}