TTS disabled by default for all users (tickets #002 freeze, #003 truncation). Embedders re-enable with window.UNCLOSEAI_ENABLE_TTS = true. Floating button bottom 20px to 141px to avoid overlapping page buttons. Added docs/tickets/ with 5 issues from cthegray. Bundle extension script and biome config updates.
24 lines
540 B
JSON
24 lines
540 B
JSON
{
|
|
"name": "ai.unturf.com",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "integration_tests.js",
|
|
"scripts": {
|
|
"test": "node integration_tests.js",
|
|
"test:simple": "node simple_tests.js"
|
|
},
|
|
"devDependencies": {
|
|
"esbuild": "^0.27.3",
|
|
"highlight.js": "^11.11.1",
|
|
"jsdom": "^22.0.0",
|
|
"marked": "^17.0.3"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "ssh://git@git.unturf.com:2222/engineering/unturf/ai.unturf.com.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": ""
|
|
}
|