-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1013 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1013 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
34
35
36
37
38
{
"name": "agenticwebprotocol",
"version": "0.2.2",
"description": "AWP - Agentic Web Protocol",
"main": "distweb/index.js",
"type": "module",
"scripts": {
"build": "tsc && vite build",
"lint": "eslint . --ext .ts,.tsx",
"lint:fix": "eslint . --ext .ts,.tsx --fix",
"test": "jest"
},
"dependencies": {
"@mlc-ai/web-llm": "^0.2.0",
"@types/js-yaml": "^4.0.9",
"@types/jsdom": "^21.1.7",
"buffer": "^6.0.3",
"js-yaml": "^4.1.0",
"jsdom": "^26.1.0",
"universalintelligence": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.27.1",
"@babel/preset-env": "^7.27.2",
"@eslint/js": "^9.24.0",
"@types/jest": "^29.5.14",
"@typescript-eslint/eslint-plugin": "^8.30.1",
"@typescript-eslint/parser": "^8.30.1",
"babel-jest": "^29.7.0",
"eslint": "^9.24.0",
"eslint-plugin-import": "^2.31.0",
"globals": "^16.0.0",
"jest": "^29.7.0",
"ts-jest": "^29.3.4",
"typescript": "^5.0.0",
"vite": "^5.1.0"
}
}