forked from bencevans/screenshot-desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 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
43
44
45
46
47
48
49
50
{
"name": "screenshot-desktop",
"version": "1.15.0",
"description": "Capture a screenshot of your local machine",
"main": "index.js",
"dependencies": {
"temp": "^0.9.4"
},
"devDependencies": {
"ava": "^5.0.1",
"standard": "^17.0.0"
},
"ava": {
"timeout": "1m"
},
"scripts": {
"test": "ava",
"semantic-release": "semantic-release",
"lint": "standard"
},
"repository": {
"type": "git",
"url": "https://github.com/bencevans/screenshot-desktop.git"
},
"keywords": [
"screenshot",
"screengrab",
"screen",
"desktop",
"laptop",
"x11"
],
"author": "Ben Evans <ben@bensbit.co.uk> (https://bencevans.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/bencevans/screenshot-desktop/issues"
},
"homepage": "https://github.com/bencevans/screenshot-desktop#readme",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/bencevans"
}
],
"release": {
"branches": [
"main"
]
}
}