-
Notifications
You must be signed in to change notification settings - Fork 73
/
package.json
54 lines (54 loc) · 1.39 KB
/
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
47
48
49
50
51
52
53
54
{
"name": "ews-javascript-api",
"version": "0.15.3",
"private": true,
"description": "EWS Managed api in JavaScript",
"main": "js/ExchangeWebService.js",
"scripts": {
"build": "node scripts/build",
"test": "echo \"Error: no test specified\" && exit 1",
"npmprep": "npm run build && npm version"
},
"repository": {
"type": "git",
"url": "https://github.com/gautamsi/ews-javascript-api.git"
},
"keywords": [
"ews",
"ews javascript api",
"ews-javascript-api",
"exchange web service"
],
"author": "Gautam Singh (gautamsi)",
"license": "MIT",
"bugs": {
"url": "https://github.com/gautamsi/ews-javascript-api/issues"
},
"homepage": "https://github.com/gautamsi/ews-javascript-api",
"dependencies": {
"@azure/msal-node": "^2.9.2",
"@ewsjs/xhr": "^3.1.3",
"@xmldom/xmldom": "^0.8.1",
"base64-js": "^1.5.1",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/chai": "^4.3.0",
"@types/chai-as-promised": "7.1.5",
"@types/mocha": "^9.1.0",
"@types/node": "^18.11.9",
"@types/uuid": "^8.3.4",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"del": "^6.0.0",
"jsonfile": "^6.1.0",
"mocha": "^9.2.1",
"ora": "^5.4.1",
"replace-in-file": "^6.3.2",
"shelljs": "^0.8.5",
"typedoc": "^0.25.12",
"typescript": "^5.4.3"
}
}