-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
40 lines (40 loc) · 860 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
{
"name": "@beetcb/ms-graph-cli",
"version": "0.3.1",
"description": "elegant cli to authenticate microsoft graph",
"bin": "./dist/index.js",
"files": [
"dist/"
],
"scripts": {
"prebuild": "dprint fmt",
"build": "node build/bundle.js",
"pub": "npm publish --access=public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/beetcb/ms-graph-cli.git"
},
"keywords": [
"microsoft",
"graph",
"cli",
"auth",
"auth-cli"
],
"author": "beetcb",
"license": "ISC",
"bugs": {
"url": "https://github.com/beetcb/ms-graph-cli/issues"
},
"homepage": "https://github.com/beetcb/ms-graph-cli#readme",
"dependencies": {
"fastify": "^3.18.0",
"node-fetch": "^2.6.1",
"open": "^7.4.2",
"prompts": "^2.4.1"
},
"devDependencies": {
"esbuild": "^0.12.22"
}
}