tp-router/package.json

21 lines
448 B
JSON

{
"name": "@tp/tp-router",
"version": "1.1.0",
"description": "",
"main": "tp-router.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitea.codeblob.work/tp-elements/tp-router.git"
},
"author": "trading_peter",
"license": "Apache-2.0",
"dependencies": {
"@tp/helpers": "^2.0.0",
"lit": "^3.0.0",
"path-to-regexp": "^8.0.0"
}
}