-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 926 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
{
"name": "msgraph-helper",
"version": "0.3.1",
"description": "Simplifies MSGraph usage for SPFx",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"postversion": "npm publish",
"version-patch": "npm version patch",
"version-minor": "npm version minor",
"watch": "tsc --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/olemp/msgraph-helper.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/olemp/msgraph-helper/issues"
},
"homepage": "https://github.com/olemp/msgraph-helper#readme",
"devDependencies": {
"@types/microsoft-ajax": "0.0.33",
"@types/sharepoint": "^2016.1.0"
},
"dependencies": {
"@microsoft/microsoft-graph-client": "^1.3.0",
"@microsoft/sp-http": "^1.7.0",
"@pnp/common": "^1.2.7",
"@pnp/logging": "^1.2.7",
"@pnp/odata": "^1.2.7",
"@pnp/sp": "^1.2.7"
}
}