-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 734 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 734 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
{
"name": "universalintelligence",
"version": "1.2.0",
"description": "Universal Intelligence Protocols and Community Components",
"main": "distweb/index.js",
"type": "module",
"scripts": {
"build": "tsc && vite build",
"lint": "eslint . --ext .ts,.tsx",
"lint:fix": "eslint . --ext .ts,.tsx --fix"
},
"dependencies": {
"@mlc-ai/web-llm": "^0.2.0",
"@types/js-yaml": "^4.0.9",
"js-yaml": "^4.1.0"
},
"devDependencies": {
"@eslint/js": "^9.24.0",
"@typescript-eslint/eslint-plugin": "^8.30.1",
"@typescript-eslint/parser": "^8.30.1",
"eslint": "^9.24.0",
"eslint-plugin-import": "^2.31.0",
"globals": "^16.0.0",
"typescript": "^5.0.0",
"vite": "^5.1.0"
}
}