-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1012 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
38
39
40
41
42
43
44
45
46
{
"name": "mecmapi",
"version": "0.2.3",
"description": "ManageEngine ECMA API - javascript library to work with ManageEngine (ServiceDesk Plus) REST API",
"main": "index.js",
"scripts": {
"dtest": "nodemon ./test/dev/index.js",
"test": "mocha",
"release": "standard-version",
"build": "embedme README.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/m-e-hers/MECMAPI.git"
},
"keywords": [
"mecmapi",
"manageengine",
"ME",
"js",
"javascript",
"REST",
"API",
"ServiceDesk",
"Plus",
"ECMAScript",
"library",
"lib"
],
"author": "grenudi",
"license": "MIT",
"bugs": {
"url": "https://github.com/m-e-hers/MECMAPI/issues"
},
"homepage": "https://github.com/m-e-hers/MECMAPI#readme",
"dependencies": {
"node-fetch": "2.6.7"
},
"devDependencies": {
"jsdoc": "^3.6.10",
"mocha": "10.0.0",
"nodemon": "1.3.3",
"standard-version": "9.5.0",
"embedme": "~1.22.0"
}
}