@routejs/router
Version:
Fast and lightweight http routing engine for nodejs
55 lines (54 loc) • 1.05 kB
JSON
{
"name": "@routejs/router",
"version": "2.1.1",
"description": "Fast and lightweight http routing engine for nodejs",
"main": "index.mjs",
"type": "module",
"exports": {
"types": "./index.d.ts",
"node": {
"import": "./index.mjs",
"require": "./index.cjs"
},
"default": "./index.cjs"
},
"directories": {
"test": "tests"
},
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/routejs/router.git"
},
"keywords": [
"routejs",
"router",
"routing",
"http",
"framework",
"web framework",
"nodejs",
"library"
],
"author": "Rajkumar Dusad",
"license": "MIT",
"types": "./index.d.ts",
"bugs": {
"url": "https://github.com/routejs/router/issues"
},
"homepage": "https://github.com/routejs/router#readme",
"devDependencies": {
"jest": "^29.4.2",
"supertest": "^6.3.3"
},
"files": [
"src/",
"LICENSE",
"README.md",
"index.cjs",
"index.mjs",
"index.d.ts"
]
}