-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 879 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 879 Bytes
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": "@appdmg/macos-alias",
"version": "3.0.0",
"main": "index.js",
"license": "MIT",
"author": "Linus Unnebäck <linus@folkdatorn.se>",
"contributors": [
"Linus Unnebäck <linus@folkdatorn.se>",
"Davide Liessi <davide.liessi@gmail.com>",
"Joshua Warner <joshuawarner32@gmail.com>",
"Jozef Izso <jozef.izso@gmail.com>"
],
"files": [
"binding.gyp",
"index.js",
"lib",
"src",
"README.md",
"LICENSE"
],
"scripts": {
"test": "ava --no-worker-threads"
},
"repository": {
"type": "git",
"url": "https://github.com/appdmg/macos-alias.git"
},
"dependencies": {
"nan": "~2.26.2"
},
"devDependencies": {
"ava": "~8.0.0"
},
"overrides": {
"js-yaml": "~3.14.2",
"lodash": "~4.18.1",
"micromatch": {
"picomatch": "~2.3.2"
}
},
"engines": {
"node": ">=24"
}
}