{ "name": "@pushrocks/smartrouter", "version": "1.0.13", "private": false, "description": "a router for routing on websites", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "author": "Lossless GmbH", "license": "MIT", "scripts": { "test": "(tstest test/)", "build": "(tsbuild --web && tsbundle npm --web)", "format": "(gitzone format)", "buildDocs": "tsdoc" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.29", "@gitzone/tsbundle": "^2.0.7", "@gitzone/tstest": "^1.0.60", "@pushrocks/tapbundle": "^5.0.4", "@types/node": "^18.11.18" }, "dependencies": { "path-to-regexp": "^6.2.0" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ], "type": "module" }