-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.11 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
{
"name": "node-mac-icloud-keyvalue",
"version": "0.2.5",
"description": "A native Node.js module providing an interface to the user’s iCloud key value store (eg. NSUbiquitousKeyValueStore)",
"main": "./index.js",
"scripts": {
"build": "node-gyp rebuild",
"clean": "node-gyp clean",
"lint": "eslint ."
},
"typings": "./index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/octopusthink/node-mac-icloud-keyvalue.git"
},
"keywords": [
"nodejs",
"native",
"node",
"modules",
"objective-c",
"macos",
"icloud"
],
"author": "Octopus Think Ltd.",
"license": "MIT",
"bugs": {
"url": "https://github.com/octopusthink/node-mac-icloud-keyvalue/issues"
},
"homepage": "https://github.com/octopusthink/node-mac-icloud-keyvalue#readme",
"devDependencies": {
"eslint": "^8.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.0.0",
"node-gyp": "^9.3.1",
"prettier": "^2.8.1"
},
"dependencies": {
"bindings": "1.5.0",
"node-addon-api": "5.0.0"
}
}