-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 935 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 935 Bytes
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": "pi-animations",
"version": "0.1.4",
"description": "Animated thinking/working/tool indicators for the Pi coding agent — 26 terminal animations with ANSI true color and Nerd Font glyphs",
"license": "MIT",
"author": "arpagon",
"repository": {
"type": "git",
"url": "git+https://github.com/arpagon/pi-animations.git"
},
"homepage": "https://github.com/arpagon/pi-animations",
"keywords": [
"pi",
"pi-coding-agent",
"pi-extension",
"pi-package",
"animation",
"tui",
"terminal",
"spinner",
"thinking",
"nerd-font",
"ansi"
],
"files": [
"animations.ts",
"README.md",
"LICENSE"
],
"pi": {
"extensions": [
"./animations.ts"
],
"video": "https://github.com/arpagon/pi-animations/releases/download/v0.1.0/demo.mp4"
},
"devDependencies": {
"@mariozechner/pi-coding-agent": "*",
"@mariozechner/pi-tui": "*"
}
}