@olton/latte
Version:
Simple test framework for JavaScript and TypeScript with DOM supports
71 lines (70 loc) • 1.89 kB
JSON
{
"name": "@olton/latte",
"version": "0.17.3",
"main": "src/index.js",
"bin": {
"latte": "cli/latte.js"
},
"types": "types/index.d.ts",
"type": "module",
"scripts": {
"pub": "npm publish --access public",
"test": "cross-env NODE_OPTIONS=\"--import tsx\" npx latte --progress=none",
"test:happy": "cross-env NODE_OPTIONS=\"--import tsx\" npx latte --dom --dom-env=happy-dom --progress=none",
"test:watch": "cross-env NODE_OPTIONS=\"--import tsx\" latte --watch"
},
"keywords": [
"javascript",
"typescript",
"test",
"framework",
"html",
"dom",
"browser",
"testing",
"latte"
],
"author": "Serhii Pimenov <serhii@pimenov.com.ua> (https://pimenov.com.ua)",
"license": "MIT",
"description": "Simple test framework for JavaScript and TypeScript with DOM supports",
"repository": {
"type": "git",
"url": "git+https://github.com/olton/latte.git"
},
"bugs": {
"url": "https://github.com/olton/latte/issues",
"email": "serhii@pimenov.com.ua"
},
"dependencies": {
"@happy-dom/global-registrator": "^18.0.1",
"@olton/terminal": "^0.6.0",
"chokidar": "^4.0.3",
"glob": "^11.0.3",
"global-jsdom": "^26.0.0",
"happy-dom": "^18.0.1",
"html-escaper": "^3.0.3",
"jsdom": "^26.1.0",
"puppeteer": "^24.10.1",
"table": "^6.9.0",
"whatwg-fetch": "^3.6.20",
"yargs": "^18.0.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"peerDependenciesMeta": {
"react": {
"optional": true
},
"react-dom": {
"optional": true
}
},
"devDependencies": {
"cross-env": "^7.0.3",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"tsx": "^4.20.3"
}
}