@ahmic/autoit-js
Version:
Node.js bindings for AutoItX3.dll
78 lines (77 loc) • 2 kB
JSON
{
"name": "@ahmic/autoit-js",
"version": "1.1.0",
"description": "Node.js bindings for AutoItX3.dll",
"type": "module",
"types": "./dist/index.d.ts",
"exports": {
".": "./dist/index.js"
},
"scripts": {
"test": "vitest",
"test:ui": "vitest --ui",
"format": "prettier --write src/",
"lint": "eslint src",
"prebuild": "rimraf dist",
"build": "tsc -p tsconfig.build.json && rollup -c",
"postbuild": "cp src/lib/AutoItX3* dist/lib && cp src/lib/LICENSE dist/lib",
"release": "semantic-release",
"docs": "typedoc",
"reset": "rimraf node_modules dist coverage && npm install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KasimAhmic/autoit-js.git"
},
"keywords": [
"autoit",
"node",
"windows",
"automation",
"native",
"bindings"
],
"author": "Kasim Ahmic",
"license": "MIT",
"bugs": {
"url": "https://github.com/KasimAhmic/autoit-js/issues"
},
"homepage": "https://github.com/KasimAhmic/autoit-js#readme",
"dependencies": {
"koffi": "^2.10.1"
},
"devDependencies": {
"@eslint/js": "^9.20.0",
"@rollup/plugin-typescript": "^12.1.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.1",
"@semantic-release/npm": "^12.0.1",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/node": "^22.13.4",
"@vitest/coverage-v8": "^3.0.6",
"@vitest/ui": "^3.0.6",
"eslint": "^9.20.1",
"prettier": "^3.5.1",
"rimraf": "^6.0.1",
"rollup": "^4.34.8",
"segfault-handler": "^1.3.0",
"semantic-release": "^24.2.3",
"tslib": "^2.8.1",
"tsx": "^4.19.3",
"typedoc": "^0.27.8",
"typedoc-material-theme": "^1.3.0",
"typescript": "^5.7.3",
"typescript-eslint": "^8.24.1",
"vitest": "^3.0.6"
},
"files": [
"package.json",
"README.md",
"LICENSE",
"dist/"
],
"publishConfig": {
"access": "public"
}
}