-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 817 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 817 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
{
"name": "@devcapsule/adapter",
"version": "3.3.2",
"license": "ISC",
"description": "Empowering Next-Generation UI Style with ES6 and WebComponent",
"type": "module",
"main": "dist/browser/mod.js",
"module": "dist/browser/mod.js",
"exports": {
".": "./dist/browser/mod.js",
"./adapter-skill-install": "./dist/node/adapter-skill-install.js"
},
"bin": {
"adapter-skill-install": "./dist/node/adapter-skill-install.js"
},
"files": [
"dist/browser/",
"dist/node/",
"src/agent-skills/",
"README.md",
"LICENSE.md"
],
"devDependencies": {
"@cliffy/command": "npm:@jsr/cliffy__command@^1.0.1",
"@types/mocha": "^10.0.10",
"chai": "^6.2.1",
"chroma-js": "^3.2.0",
"fast-glob": "^3.3.3",
"mocha": "^11.7.5",
"typescript": "^5.9.3"
}
}