forked from 0xPolygon/polygon-agent-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 939 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 939 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
32
33
{
"name": "polygon-agent-sdk",
"version": "0.1.2",
"description": "CLI + Agent Skills for building on-chain agents on Polygon",
"type": "module",
"packageManager": "pnpm@10.30.3",
"scripts": {
"prepare": "husky",
"lint": "eslint .",
"format": "eslint . --fix && prettier --write .",
"build": "pnpm -r run build",
"typecheck": "pnpm -r run typecheck",
"polygon-agent": "node packages/polygon-agent-cli/src/index.ts"
},
"engines": {
"node": ">=24"
},
"devDependencies": {
"@commitlint/cli": "^20.4.2",
"@commitlint/config-conventional": "^20.4.2",
"@polygonlabs/apps-team-lint": "^1.0.0",
"@tsconfig/node24": "^24.0.4",
"@tsconfig/node-ts": "^23.6.4",
"concurrently": "^9.2.1",
"eslint": "^10.0.0",
"husky": "^9.1.7",
"lint-staged": "^16.2.7",
"lerna": "^9.0.5",
"prettier": "^3.0.0",
"@types/node": "^22.15.0",
"typescript": "^5.8.3"
}
}