forked from plura-ai/agents
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.01 KB
/
package.json
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
{
"name": "agents",
"version": "1.0.0",
"description": "",
"module": "src/index.ts",
"type": "module",
"license": "ISC",
"sideEffects": false,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"format:check": "prettier --check \"**/*.{js,ts,tsx,md,mdx}\"",
"format:fix": "prettier --write \"**/*.{js,ts,tsx,md,mdx}\"",
"lint": "eslint \"./**/*.ts*\"",
"build": "tsup",
"build:watch": "tsup --watch",
"type-check": "tsc --noEmit"
},
"engines": {
"node": ">=18"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://sdk.vercel.ai/docs",
"repository": {
"type": "git",
"url": "git+https://github.com/plura-ai/agents.git"
},
"bugs": {
"url": "https://github.com/plura-ai/agents/issues"
},
"keywords": [],
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"@changesets/cli": "^2.27.11",
"eslint": "^9.17.0",
"prettier": "^3.4.2"
}
}