forked from TONresistor/teleton-plugins
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 678 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 678 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "teleton-plugins",
"version": "1.0.0",
"type": "module",
"private": true,
"description": "Community plugin directory for Teleton — the Telegram AI agent on TON",
"scripts": {
"validate": "node scripts/validate-plugins.mjs",
"lint": "eslint \"plugins/**/*.js\" \"scripts/**/*.mjs\"",
"test": "node scripts/run-tests.mjs",
"typecheck": "tsc --noEmit",
"finam:live-smoke": "node experiments/finam-live-smoke.mjs"
},
"devDependencies": {
"@eslint/js": "^9.0.0",
"@ton/core": "^0.63.0",
"@ton/crypto": "^3.3.0",
"@ton/ton": "^16.0.0",
"eslint": "^9.0.0",
"telegram": "^2.26.0",
"typescript": "^5.7.0"
}
}