forked from dckesler/opened
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 999 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
41
42
43
44
{
"name": "@ronomon/opened",
"version": "1.5.4",
"description": "Check if a file is open in another application on Windows, macOS and Linux.",
"main": "index.js",
"files": [
"binding.cc",
"binding.gyp",
"index.js",
"test.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/dckesler/opened.git"
},
"keywords": [
"exclusive",
"fd",
"file",
"fuser",
"lsof",
"open",
"opened"
],
"author": "Joran Dirk Greef",
"license": "MIT",
"bugs": {
"url": "https://github.com/ronomon/opened/issues"
},
"homepage": "https://github.com/ronomon/opened#readme",
"scripts": {
"install": "prebuild-install || node-gyp rebuild",
"prebuild-electron": "prebuild -t 6.0.0 -t 7.0.0 -t 8.0.0 -t 9.0.0 -r electron",
"test": "node test.js"
},
"dependencies": {
"@ronomon/queue": "^3.0.0",
"nan": "^2.11.0",
"prebuild-install": "^5.3.4"
},
"devDependencies": {
"prebuild": "^10.0.0"
}
}