forked from netandreus/pi-cursor-provider
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.22 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.22 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "@akepka/pi-cursor-cli-provider",
"version": "0.9.2",
"description": "Cursor CLI provider extension for Pi",
"keywords": [
"pi",
"pi-package",
"pi-coding-agent",
"extension",
"provider",
"cursor"
],
"author": "Adrian Kepka",
"type": "module",
"license": "MIT",
"files": [
"src",
"types",
"README.md",
"LICENSE",
"header.jpeg"
],
"pi": {
"extensions": [
"./src/index.ts"
]
},
"engines": {
"node": ">=20"
},
"peerDependencies": {
"@mariozechner/pi-ai": "*",
"@mariozechner/pi-coding-agent": "*"
},
"scripts": {
"lint": "npx biome check",
"format": "npx biome check --write",
"typecheck": "npx tsc --noEmit"
},
"devDependencies": {
"@biomejs/biome": "^2.4.13",
"typescript": "^5.9.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Strus/pi-cursor-cli-provider.git"
},
"bugs": {
"url": "https://github.com/Strus/pi-cursor-cli-provider/issues"
},
"homepage": "https://github.com/Strus/pi-cursor-cli-provider#readme"
}