forked from foxt/icloud.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.01 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
{
"name": "icloudjs",
"version": "1.3.2",
"description": "Library for accessing iCloud in Node.js",
"main": "build/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/foxt/icloud.js.git"
},
"keywords": [
"icloud"
],
"author": "foxt",
"license": "MIT",
"bugs": {
"url": "https://github.com/foxt/icloud.js/issues"
},
"homepage": "https://github.com/foxt/icloud.js#readme",
"dependencies": {
"@types/node": "^18.6.4",
"@types/node-fetch": "^2.6.2",
"@types/tough-cookie": "^4.0.2",
"dayjs": "^1.11.6",
"node-fetch": "^2.6.7",
"tough-cookie": "^4.0.0",
"typescript": "^4.9.5"
},
"optionalDependencies": {
"keytar": "^7.9.0"
},
"devDependencies": {
"@types/node": "^18.6.4",
"@types/node-fetch": "^2.6.2",
"@types/tough-cookie": "^4.0.2",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"typedoc": "^0.23.21"
}
}