UNPKG

@stacksjs/router

Version:
52 lines (51 loc) 1.51 kB
{ "name": "@stacksjs/router", "type": "module", "version": "0.70.23", "description": "The Stacks framework router.", "author": "Chris Breuer", "contributors": ["Chris Breuer <chris@stacksjs.org>"], "license": "MIT", "funding": "https://github.com/sponsors/chrisbbreuer", "homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/router#readme", "repository": { "type": "git", "url": "git+https://github.com/stacksjs/stacks.git", "directory": "./storage/framework/core/router" }, "bugs": { "url": "https://github.com/stacksjs/stacks/issues" }, "keywords": ["router", "stacks", "framework", "typescript", "javascript"], "exports": { ".": { "import": "./dist/index.js" }, "./*": { "import": "./dist/*" } }, "module": "dist/index.js", "types": "dist/index.d.ts", "files": ["README.md", "dist"], "scripts": { "build": "bun build.ts", "build:user": "bun build2.ts", "typecheck": "bun tsc --noEmit", "prepublishOnly": "bun run build" }, "devDependencies": { "@stacksjs/actions": "0.70.22", "@stacksjs/config": "0.70.22", "@stacksjs/development": "0.70.22", "@stacksjs/error-handling": "0.70.22", "@stacksjs/logging": "0.70.22", "@stacksjs/orm": "0.70.22", "@stacksjs/path": "0.70.22", "@stacksjs/storage": "0.70.22", "@stacksjs/types": "0.70.22", "@stacksjs/validation": "0.70.22", "unplugin-vue-router": "^0.12.0", "vue-router": "^4.5.0" } }