browser-ava
Version:
Run ava tests in the browser
75 lines (74 loc) • 1.86 kB
JSON
{
"name": "browser-ava",
"version": "2.3.31",
"publishConfig": {
"access": "public",
"provenance": true
},
"description": "Run ava tests in the browser",
"keywords": [
"assert",
"assertion",
"ava",
"browser",
"runner",
"test",
"testing"
],
"contributors": [
{
"name": "Markus Felten",
"email": "markus.felten@gmx.de"
}
],
"license": "0BSD",
"bin": {
"browser-ava": "src/browser-ava-cli.mjs"
},
"scripts": {
"prepare": "npx playwright install",
"test": "node --run test:ava",
"test:ava": "ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs",
"cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs && c8 report -r lcov -o build/coverage --temp-directory build/tmp",
"docs": "documentation readme --section=API ./src**/*.mjs",
"lint": "node --run lint:docs",
"lint:docs": "documentation lint ./src**/*.mjs"
},
"dependencies": {
"@koa/cors": "^5.0.0",
"chalk": "^5.4.1",
"commander": "^13.1.0",
"es-module-lexer": "^1.7.0",
"globby": "^14.1.0",
"koa": "^3.0.0",
"koa-static": "^5.0.0",
"playwright": "^1.52.0",
"ws": "^8.18.2"
},
"devDependencies": {
"@types/node": "^22.15.17",
"ava": "^6.3.0",
"c8": "^10.1.3",
"documentation": "^14.0.3",
"execa": "^9.5.3",
"semantic-release": "^24.2.3"
},
"engines": {
"node": ">=22.15.0",
"bun": ">=1.2.12"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arlac77/browser-ava.git"
},
"bugs": {
"url": "https://github.com/arlac77/browser-ava/issues"
},
"homepage": "https://github.com/arlac77/browser-ava#readme",
"template": {
"inheritFrom": [
"arlac77/template-arlac77-github",
"arlac77/template-node-app"
]
}
}