UNPKG

node-windows-x64

Version:
43 lines (42 loc) 979 B
{ "name": "node-windows-x64", "version": "0.0.13", "description": "node windows x64", "private": false, "main": "./index.js", "types": "./types/index.d.ts", "scripts": { "c": "node-gyp configure --release", "b": "node-gyp build --release", "bt": "npm run b && npm t", "test": "ts-node --log-error test/test.ts", "install": "node-gyp rebuild", "t2": "node-gyp rebuild && node-gyp build --release && node test/test.js" }, "keywords": [ "windows", "windows x64", "memory", "win32 gui", "invoke", "asm", "asmjit", "asmtk", "CEAddressString", "Ajanuw" ], "author": "Ajanuw", "license": "MIT", "homepage": "https://github.com/januwA/node-windows-x64", "repository": { "type": "git", "url": "https://github.com/januwA/node-windows-x64.git" }, "dependencies": { "bindings": "^1.5.0", "node-addon-api": "^6.1.0" }, "devDependencies": { "@types/node": "^17.0.18" } }