tp-media-query/package.json

19 lines
402 B
JSON
Raw Normal View History

2022-03-12 23:05:37 +01:00
{
2022-03-12 23:07:56 +01:00
"name": "@tp/tp-media-query",
2022-03-12 23:05:37 +01:00
"version": "0.0.1",
"description": "",
2022-03-12 23:07:56 +01:00
"main": "tp-media-query.js",
2022-03-12 23:05:37 +01:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
2022-03-12 23:07:56 +01:00
"url": "https://gitea.codeblob.work/tp-elements/tp-media-query.git"
2022-03-12 23:05:37 +01:00
},
"author": "trading_peter",
"license": "Apache-2.0",
"dependencies": {
"lit": "^2.2.0"
}
}