forked from flyve-mdm/glpi-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1016 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "@teclib/flyve-mdm-glpi",
"version": "2.0.0-rc.3",
"description": "Flyve MDM plugin for GLPI",
"directories": {
"test": "tests"
},
"scripts": {
"release": "standard-version --sign --message 'chore(release): bump to %s and new changelog'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flyve-mdm/flyve-mdm-glpi.git"
},
"keywords": [
"glpi",
"flyve",
"mdm"
],
"author": "Thierry Bugier <[email protected]> (https://flyve-mdm.com/)",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/flyve-mdm/flyve-mdm-glpi/issues"
},
"homepage": "https://github.com/flyve-mdm/flyve-mdm-glpi#readme",
"devDependencies": {
"conventional-changelog-cli": "^2.0.0",
"standard-version": "^4.4.0"
},
"standard-version": {
"skip": {
"bump": true,
"commit": true,
"tag": true
}
}
}