@simplr-wc/router
Version:
Simplr Router is a routing solution for the Web providing a seamless SPA experience with minimal setup.
29 lines (28 loc) • 921 B
JSON
{
"name": "@simplr-wc/router",
"version": "7.0.0-rc19",
"keywords": [
"javascript",
"routing",
"vanilla",
"webcomponents",
"preact",
"react",
"router",
"simplr"
],
"description": "Simplr Router is a routing solution for the Web providing a seamless SPA experience with minimal setup.",
"homepage": "https://router.matsu.fi/",
"repository": {
"type": "git",
"url": "https://github.com/Simplr/simplr-router"
},
"types": "./simplr-router.d.ts",
"main": "simplr-router.js",
"scripts": {
"clean-types": "rm -rf ./*.d.ts && rm -rf ./modules/*.d.ts && rm -rf ./types/*.d.ts",
"types": "npm run clean-types && npx -p typescript tsc ./**/*.js --declaration --allowJs --emitDeclarationOnly"
},
"author": "Matsuuu <huhta.matias@gmail.com> (https://matsu.fi/)",
"license": "ISC"
}