tp-scroll-threshold/package.json

19 lines
417 B
JSON
Raw Normal View History

2022-03-18 13:32:02 +01:00
{
2022-03-18 14:14:06 +01:00
"name": "@tp/tp-scroll-threshold",
"version": "1.0.0",
2022-03-18 13:32:02 +01:00
"description": "",
2022-03-18 14:14:06 +01:00
"main": "tp-scroll-threshold.js",
2022-03-18 13:32:02 +01:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
2022-03-18 14:14:06 +01:00
"url": "https://gitea.codeblob.work/tp-elements/tp-scroll-threshold.git"
2022-03-18 13:32:02 +01:00
},
"author": "trading_peter",
"license": "Apache-2.0",
"dependencies": {
"lit": "^2.2.0"
}
}