-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.37 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.37 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": "plugin.delivery",
"version": "1.0.3",
"description": "AI Plugin Index - Function call plugins and tools for SperaxOS",
"homepage": "https://plugin.delivery",
"repository": {
"type": "git",
"url": "https://github.com/nirholas/plugin.delivery.git"
},
"license": "SEE LICENSE IN LICENSE",
"author": "Sperax <contact@sperax.io>",
"type": "module",
"main": "public/index.json",
"files": [
"public"
],
"workspaces": [
"packages/*",
"api/plugins/*"
],
"scripts": {
"build": "bun scripts/build.ts",
"build:index": "bun scripts/build.ts",
"format": "bun scripts/format.ts",
"lint": "eslint \"scripts/**/*.ts\" --fix",
"test": "bun scripts/test.ts",
"dev": "vercel dev",
"deploy": "vercel --prod"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.19.43",
"@vercel/node": "^2.15.10",
"consola": "^3.4.2",
"dayjs": "^1.11.21",
"dirty-json": "^0.9.2",
"dotenv": "^16.6.1",
"eslint": "^8.57.1",
"fs-extra": "^11.4.0",
"langchain": "0.1.37",
"lodash-es": "^4.18.1",
"p-map": "^7.0.6",
"prettier": "^3.9.6",
"typescript": "^5.9.3",
"vercel": "^39.4.2",
"zod": "^3.25.76",
"zod-to-json-schema": "^3.25.2",
"@sperax/plugin-sdk": "workspace:*",
"@sperax/chat-plugins-gateway": "workspace:*"
}
}