Skip to content

Commit 36bf09d

Browse files
committed
Fix(Build): add missing package.json
1 parent 0d05f7d commit 36bf09d

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

package.json

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "@teclib/android-inventory-agent",
3+
"version": "1.3.0",
4+
"description": "GLPI Android Inventory Agent",
5+
"main": "index.js",
6+
"scripts": {
7+
"release": "standard-version -t ''"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/glpi-project/android-inventory-agent.git"
12+
},
13+
"keywords": [
14+
"Android",
15+
"inventory",
16+
"flyve",
17+
"device",
18+
"agent",
19+
"teclib"
20+
],
21+
"author": "Rafael Hernandez <[email protected]> (https://flyve-mdm.com)",
22+
"license": "GPL-3.0",
23+
"bugs": {
24+
"url": "https://github.com/glpi-project/android-inventory-agent/issues"
25+
},
26+
"homepage": "http://glpi-project/android-inventory-agent/"
27+
}

0 commit comments

Comments
 (0)