tp-store/package.json

16 lines
337 B
JSON
Raw Normal View History

2022-03-12 22:43:40 +01:00
{
2022-03-12 22:45:49 +01:00
"name": "@tp/tp-store",
2022-03-12 22:57:00 +01:00
"version": "1.1.0",
2022-03-12 22:43:40 +01:00
"description": "",
2022-03-12 22:45:49 +01:00
"main": "tp-store.js",
2022-03-12 22:43:40 +01:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
2022-03-12 22:45:49 +01:00
"url": "https://gitea.codeblob.work/tp-stores/tp-store.git"
2022-03-12 22:43:40 +01:00
},
"author": "trading_peter",
2022-03-12 22:45:49 +01:00
"license": "Apache-2.0"
2022-03-12 22:43:40 +01:00
}