tp-router/package.json

21 lines
448 B
JSON
Raw Normal View History

2022-03-12 22:40:54 +01:00
{
2022-03-12 22:43:21 +01:00
"name": "@tp/tp-router",
2022-04-25 09:07:33 +02:00
"version": "1.0.3",
2022-03-12 22:40:54 +01:00
"description": "",
2022-03-12 22:43:21 +01:00
"main": "tp-router.js",
2022-03-12 22:40:54 +01:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
2022-03-12 22:43:21 +01:00
"url": "https://gitea.codeblob.work/tp-elements/tp-router.git"
2022-03-12 22:40:54 +01:00
},
"author": "trading_peter",
"license": "Apache-2.0",
"dependencies": {
2022-03-12 23:34:46 +01:00
"@tp/helpers": "^1.0.1",
2022-04-25 09:07:33 +02:00
"lit": "^2.2.0",
"path-to-regexp": "^6.2.0"
2022-03-12 22:40:54 +01:00
}
}