IRIS-AI_DEMO / package.json
Brajmovech's picture
feat: add instant frontend ticker validation with debounced API verification
d7694d8
raw
history blame contribute delete
279 Bytes
{
"name": "iris-ai-frontend-tests",
"version": "1.0.0",
"private": true,
"description": "Frontend unit tests for IRIS-AI ticker validation",
"scripts": {
"test": "node --test tests/test_ticker_validation.js"
},
"devDependencies": {
"jsdom": "^25.0.0"
}
}