-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 752 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 752 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": "@creativenull/pi-web-fetch",
"type": "module",
"version": "1.0.0",
"private": true,
"description": "Web fetch extension using Jina AI Reader for fetching and parsing web content",
"license": "MIT",
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "eslint . --fix",
"typecheck": "tsc --noEmit"
},
"pi": {
"extensions": [
"./src/index.ts"
]
},
"devDependencies": {
"@antfu/eslint-config": "^9.1.0",
"@earendil-works/pi-coding-agent": "^0.80.3",
"@types/node": "^26.1.0",
"eslint": "^10.6.0",
"eslint-plugin-format": "^2.0.1",
"typescript": "^7.0.2"
},
"allowScripts": {
"@google/genai@1.52.0": true,
"protobufjs@7.6.4": true
}
}