vjsrouter
Version:
A modern, file-system based router for vanilla JavaScript with SSR support.
55 lines (54 loc) • 1.2 kB
JSON
{
"name": "vjsrouter",
"version": "3.1.6",
"description": "A modern, file-system based router for vanilla JavaScript with SSR support.",
"author": "ctrotech",
"license": "MIT",
"type": "module",
"main": "dist/chunks/index.js",
"files": [
"dist",
"cli",
"src",
"server.cjs"
],
"bin": {
"vjsrouter": "cli/cli.cjs"
},
"exports": {
".": "./dist/chunks/index.js",
"./server": "./server.cjs"
},
"scripts": {
"build": "rollup --config",
"prepublishOnly": "npm run build"
},
"dependencies": {
"express": "^5.1.0",
"jsdom": "^26.1.0"
},
"devDependencies": {
"@babel/core": "^7.28.3",
"@babel/preset-env": "^7.28.3",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^15.2.3",
"express": "^5.1.0",
"glob": "^11.0.3",
"jsdom": "^26.1.0",
"rollup": "^2.79.1",
"rollup-plugin-terser": "^7.0.2"
},
"keywords": [
"vjsrouter",
"vanilla-js",
"router",
"spa",
"ssr",
"file-system-routing"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ctrotech/vjsrouter.git"
},
"homepage": "https://github.com/ctrotech/vjsrouter#readme"
}