route-sage-react
Version:
A TypeScript utility for managing and configuring routes with type safety and nested route support
57 lines (56 loc) • 1.31 kB
JSON
{
"name": "route-sage-react",
"version": "1.0.1",
"description": "A TypeScript utility for managing and configuring routes with type safety and nested route support",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"route-sage": "./bin/cli.js"
},
"keywords": [
"router",
"routes",
"typescript",
"type-safe",
"route-config",
"react-router",
"nested-routes",
"frontend",
"spa"
],
"files": [
"bin",
"dist",
"LICENSE",
"README.md",
"package.json"
],
"scripts": {
"test": "echo \"Error: no test specified\"",
"build": "rm -rf dist && tsc",
"publish-package": "npm run build && npm version patch && npm publish",
"start": "npm run build && route-sage"
},
"author": "P-Technologies",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/P-Technologies/route-sage"
},
"homepage": "https://github.com/P-Technologies/route-sage#readme",
"bugs": {
"url": "https://github.com/P-Technologies/route-sage/issues"
},
"engines": {
"node": ">=14.0.0"
},
"devDependencies": {
"@types/micromatch": "^4.0.9",
"@types/node": "^22.1.0",
"typescript": "^5.5.4"
},
"dependencies": {
"micromatch": "^4.0.8",
"yargs": "^17.7.2"
}
}