-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 972 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
{
"name": "onedrive-graph-sync",
"version": "0.1.0",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rm -rf node_modules src",
"build": "tsc"
},
"keywords": [],
"author": "QcFe",
"type": "module",
"license": "MIT",
"dependencies": {
"@azure/identity": "^4.0.1",
"@microsoft/microsoft-graph-client": "^3.0.7",
"dotenv": "^16.4.5"
},
"devDependencies": {
"@types/node": "^20.11.27",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"typescript": "^5.4.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/polito/onedrive-graph-sync.git"
},
"bugs": {
"url": "https://github.com/polito/onedrive-graph-sync/issues"
},
"homepage": "https://github.com/polito/onedrive-graph-sync#readme",
"description": ""
}