tp-color-picker/package.json

19 lines
409 B
JSON
Raw Normal View History

2025-02-02 20:15:46 +01:00
{
2025-02-03 14:29:38 +01:00
"name": "@tp/tp-color-picker",
2025-02-03 18:12:26 +01:00
"version": "1.0.1",
2025-02-02 20:15:46 +01:00
"description": "",
2025-02-03 14:29:38 +01:00
"main": "tp-color-picker.js",
2025-02-02 20:15:46 +01:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
2025-02-03 14:29:38 +01:00
"url": "https://gitea.codeblob.work/tp-color-picker/tp-color-picker.git"
2025-02-02 20:15:46 +01:00
},
"author": "trading_peter",
"license": "Apache-2.0",
"dependencies": {
"lit": "^3.0.0"
}
}