Current section
Files
Jump to
Current section
Files
assets/package.json
{
"dependencies": {
"@biomejs/biome": "^2",
"esbuild": "^0.27",
"lodash": "^4",
"snabbdom": "^3",
"snabbdom-to-html": "^7"
},
"devDependencies": {
"chai": "^6",
"eslint": "^9",
"jsdom": "27.0.0",
"jsdom-global": "^3",
"mocha": "^11",
"prettier": "^3",
"sinon": "^21"
},
"scripts": {
"test": "mocha ../test/javascript/*.mjs ../test/javascript/*/*.mjs ../test/javascript/*/*/*.mjs ../test/javascript/*/*/*/*.mjs --color --require jsdom-global/register",
"test-file": "mocha --color --require jsdom-global/register"
}
}