forked from Robot/robot-js
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 734 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 734 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
{
"name": "robot-js",
"version": "2.0.0-napi",
"description": "Node bindings for Robot",
"main": "index.js",
"gypfile": true,
"scripts": {
"install": "node-gyp-build",
"build": "prebuildify --napi",
"test": "node test/test.js types timer",
"test:ci": "node test/test.js types"
},
"author": "Aaron Meriwether",
"license": "Zlib",
"os": [
"linux",
"darwin",
"win32"
],
"files": [
"prebuilds/"
],
"devDependencies": {
"@octokit/rest": "^21.1.1",
"node-gyp": "^10.3.1",
"pngjs": "^6.0.0",
"prebuildify": "^6.0.1",
"readline-sync": "~1.4",
"sprintf-js": "~1.1"
},
"dependencies": {
"node-addon-api": "^8.3.1",
"node-gyp-build": "^4.8.4"
}
}