tp-number-input/package.json

21 lines
464 B
JSON
Raw Permalink Normal View History

2024-08-05 11:07:26 +02:00
{
2024-08-19 21:47:51 +02:00
"name": "@tp/tp-number-input",
2024-08-19 22:09:03 +02:00
"version": "1.0.1",
2024-08-05 11:07:26 +02:00
"description": "",
2024-08-19 21:47:51 +02:00
"main": "tp-number-input.js",
2024-08-05 11:07:26 +02:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
2024-08-19 21:47:51 +02:00
"url": "https://gitea.codeblob.work/tp-elements/tp-number-input.git"
2024-08-05 11:07:26 +02:00
},
"author": "trading_peter",
"license": "Apache-2.0",
"dependencies": {
2024-08-19 21:47:51 +02:00
"@tp/helpers": "^2.3.1",
"@tp/tp-input": "^1.0.6",
2024-08-05 11:07:26 +02:00
"lit": "^3.0.0"
}
}