-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 750 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 750 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
{
"name": "pi-extensions",
"version": "0.1.38",
"license": "MIT",
"private": false,
"keywords": [
"pi-package"
],
"pi": {
"extensions": [
"./agent-guidance/agent-guidance.ts",
"./arcade/spice-invaders.ts",
"./arcade/picman.ts",
"./arcade/ping.ts",
"./arcade/tetris.ts",
"./arcade/mario-not/mario-not.ts",
"./code-actions/index.ts",
"./files-widget/index.ts",
"./raw-paste/index.ts",
"./pi-ralph-wiggum/index.ts",
"./session-recap/index.ts",
"./tab-status/tab-status.ts",
"./usage-extension/index.ts"
],
"skills": [
"./extending-pi/SKILL.md",
"./extending-pi/skill-creator/SKILL.md",
"./pi-ralph-wiggum/SKILL.md"
]
}
}