tp-logic-canvas/package.json

19 lines
405 B
JSON
Raw Normal View History

2022-04-22 21:49:54 +02:00
{
2025-02-12 00:11:18 +01:00
"name": "@tp/tp-logic-canvas",
"version": "1.0.0",
2022-04-22 21:49:54 +02:00
"description": "",
2025-02-12 00:11:18 +01:00
"main": "tp-logic-canvas.js",
2022-04-22 21:49:54 +02:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
2025-02-12 00:11:18 +01:00
"url": "https://gitea.codeblob.work/tp-elements/tp-logic-canvas.git"
2022-04-22 21:49:54 +02:00
},
"author": "trading_peter",
"license": "Apache-2.0",
"dependencies": {
2025-02-12 00:11:18 +01:00
"lit": "^2.2.2"
2022-04-22 21:49:54 +02:00
}
}