-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 920 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
{
"name": "@ahmic/autoit-js",
"version": "1.0.0",
"description": "Node.js bindings for AutoItX3.dll",
"main": "index.js",
"scripts": {
"start": "tsx ./src/main.ts",
"test": "vitest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KasimAhmic/autoit-js.git"
},
"keywords": [
"autoit",
"node",
"windows",
"automation",
"native"
],
"author": "Kasim Ahmic",
"license": "MIT",
"bugs": {
"url": "https://github.com/KasimAhmic/autoit-js/issues"
},
"homepage": "https://github.com/KasimAhmic/autoit-js#readme",
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^22.5.5",
"@vitest/coverage-v8": "^2.1.1",
"prettier": "^3.3.3",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"vitest": "^2.1.1"
},
"dependencies": {
"koffi": "^2.9.0",
"segfault-handler": "^1.3.0"
}
}