-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 1.1 KB
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
{
"name": "@wsl043/reasoning-effort-control",
"version": "0.1.1",
"description": "Framework-neutral reasoning-effort control with model-aware levels and extensible visual renderers",
"type": "module",
"main": "./src/index.js",
"exports": { ".": "./src/index.js", "./core": "./src/core.js", "./effects": "./src/effects.js", "./web-component": "./src/web-component.js", "./react": "./src/react.js" },
"files": ["src", "README.md", "LICENSE", "NOTICE"],
"scripts": {
"test:behavior": "node --test tests/core.test.js",
"test:delivery": "npm pack --dry-run",
"test": "node --test tests/*.test.js",
"check": "npm test && npm pack --dry-run"
},
"keywords": ["reasoning-effort", "effort-slider", "thinking", "web-component", "headless-ui", "ai-ui"],
"author": "WSL043",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/WSL043/reasoning-effort-control.git"
},
"bugs": { "url": "https://github.com/WSL043/reasoning-effort-control/issues" },
"homepage": "https://wsl043.github.io/reasoning-effort-control/",
"engines": { "node": ">=20" }
}