UNPKG

@joist/router

Version:
46 lines (45 loc) 964 B
{ "name": "@joist/router", "version": "1.8.10", "main": "target/main.js", "module": "target/main.js", "files": [ "target" ], "description": "Simple JS router", "repository": { "type": "git", "url": "git+https://github.com/deebloo/joist.git" }, "keywords": [ "TypeScript", "Router", "Routing", "Web Components" ], "author": "deebloo", "license": "MIT", "bugs": { "url": "https://github.com/deebloo/joist/issues" }, "publishConfig": { "access": "public" }, "scripts": { "test": "wtr **/*.spec.ts --config ../../wtr.config.js", "build": "tsc -p tsconfig.build.json" }, "peerDependencies": { "@joist/component": "^1.0.0", "@joist/di": "^1.0.0" }, "dependencies": { "path-to-regexp": "^6.1.0", "tslib": "^2.0.0" }, "devDependencies": { "@joist/component": "^1.8.10", "@joist/di": "^1.8.10" }, "gitHead": "7c562502b4a5ad481f66eff5b8c28855d8e77735" }