Skip to content

Commit

Permalink
Fix(Build): add missing package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebuzz committed Sep 18, 2024
1 parent 0d05f7d commit 36bf09d
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "@teclib/android-inventory-agent",
"version": "1.3.0",
"description": "GLPI Android Inventory Agent",
"main": "index.js",
"scripts": {
"release": "standard-version -t ''"
},
"repository": {
"type": "git",
"url": "git+https://github.com/glpi-project/android-inventory-agent.git"
},
"keywords": [
"Android",
"inventory",
"flyve",
"device",
"agent",
"teclib"
],
"author": "Rafael Hernandez <rhernandez@teclib.com> (https://flyve-mdm.com)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/glpi-project/android-inventory-agent/issues"
},
"homepage": "http://glpi-project/android-inventory-agent/"
}

0 comments on commit 36bf09d

Please # to comment.