-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1013 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
{
"name": "robot-ts",
"version": "1.0.2",
"description": "Native mouse, keyboard and display controls for your Node application.",
"repository": "https://github.com/developer239/robot-ts",
"main": "index.js",
"typings": "index.d.ts",
"private": false,
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"node-addon-api": "6.1.0",
"cmake-js": "7.2.1"
},
"scripts": {
"install": "cmake-js compile -d cpp print-configure",
"build": "cmake-js compile -d cpp print-configure"
},
"keywords": [
"node",
"mouse",
"keyboard",
"c++",
"cpp",
"node-addon-api",
"cmake",
"cmake-js",
"display"
],
"devDependencies": {
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "9.0.2",
"@semantic-release/git": "10.0.1",
"@semantic-release/npm": "10.0.3",
"@semantic-release/release-notes-generator": "10.0.3",
"semantic-release": "21.0.1"
}
}