You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
658 B
33 lines
658 B
{
|
|
"name": "@remix-run/router",
|
|
"version": "1.0.2",
|
|
"description": "Nested/Data-driven/Framework-agnostic Routing",
|
|
"keywords": [
|
|
"remix",
|
|
"router",
|
|
"location"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/remix-run/react-router",
|
|
"directory": "packages/router"
|
|
},
|
|
"license": "MIT",
|
|
"author": "Remix Software <hello@remix.run>",
|
|
"sideEffects": false,
|
|
"main": "./dist/router.cjs.js",
|
|
"module": "./dist/router.js",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"dist/",
|
|
"*.ts",
|
|
"CHANGELOG.md"
|
|
],
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|