Files
smartrouter/package.json

59 lines
1.5 KiB
JSON
Raw Normal View History

2020-06-01 20:51:36 +00:00
{
2023-07-10 10:17:49 +02:00
"name": "@push.rocks/smartrouter",
"version": "1.3.3",
2020-06-01 20:51:36 +00:00
"private": false,
2024-04-14 18:14:02 +02:00
"description": "A JavaScript library providing routing capabilities for web applications.",
2020-06-01 20:51:36 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/ --verbose)",
2020-06-01 20:51:36 +00:00
"build": "(tsbuild --web && tsbundle npm --web)",
2022-12-31 11:21:29 +01:00
"format": "(gitzone format)",
"buildDocs": "tsdoc"
2020-06-01 20:51:36 +00:00
},
"devDependencies": {
"@git.zone/tsbuild": "^2.6.4",
"@git.zone/tsbundle": "^2.5.1",
"@git.zone/tstest": "^2.3.2",
"@types/node": "^22.7.4"
2020-06-01 20:51:36 +00:00
},
"dependencies": {
"@push.rocks/lik": "^6.2.2",
"@push.rocks/smartrx": "^3.0.10",
"path-to-regexp": "^8.2.0"
2020-06-01 20:51:36 +00:00
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
2020-07-15 18:51:17 +00:00
],
"browserslist": [
"last 1 chrome versions"
2022-12-31 11:21:29 +01:00
],
2024-04-14 18:14:02 +02:00
"type": "module",
"keywords": [
"web development",
"routing",
"single page application",
"URL management",
"path matching",
"query parameters",
"browser history"
2024-05-29 14:15:51 +02:00
],
"homepage": "https://code.foss.global/push.rocks/smartrouter",
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/smartrouter.git"
},
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
2024-10-06 06:57:16 +02:00
}