@omnicajs/symfony-router
Version:
[](https://www.npmjs.com/package/@omnicajs/symfony-router)
47 lines (46 loc) • 931 B
JSON
{
"name": "@omnicajs/symfony-router",
"type": "module",
"license": "MIT",
"version": "1.0.0",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs",
"default": "./dist/index.mjs"
}
},
"types": "dist/index.d.ts",
"files": [
"dist"
],
"keywords": [
"router",
"symfony"
],
"author": "OmnicaJS",
"contributors": [
{
"name": "William Durand",
"email": "will+git@drnd.me"
},
{
"name": "FriendsOfSymfony Community",
"url": "https://github.com/friendsofsymfony/FOSJsRoutingBundle/contributors"
}
],
"scripts": {
"build": "vite build"
},
"devDependencies": {
"@types/node": "^22.10.7",
"typescript": "^5.5.4",
"vite": "^6.0.11",
"vite-plugin-dts": "^4.5.0"
},
"packageManager": "yarn@4.6.0",
"publishConfig": {
"access": "public"
}
}