add package.json

This commit is contained in:
prisar
2023-08-05 11:17:01 +05:30
commit 6b3ed77fb1

22
package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "hpos-destop",
"version": "1.0.0",
"description": "desktop app for hpos. developed primarily for QC work",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/sminnovations/hops-desk.git"
},
"keywords": [
"hpos"
],
"author": "smi",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/sminnovations/hops-desk/issues"
},
"homepage": "https://gitlab.com/sminnovations/hops-desk#readme"
}