UNPKG

windows-swca

Version:

JavaScript bindings for the undocumented SetWindowCompositionAttribute API

45 lines (44 loc) 1 kB
{ "name": "windows-swca", "version": "2.0.2", "description": "JavaScript bindings for the undocumented SetWindowCompositionAttribute API", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/sylveon/windows-swca.git" }, "keywords": [ "undocumented", "bindings", "native", "transparency", "blur", "fluent", "acrylic" ], "author": { "name": "Charles Milette", "email": "me@charlesmilette.net", "url": "https://charlesmilette.net/" }, "license": "MIT", "bugs": { "url": "https://github.com/sylveon/windows-swca/issues" }, "homepage": "https://github.com/sylveon/windows-swca", "dependencies": { "@types/node": "^10.12.18" }, "devDependencies": { "node-gyp": "^3.6.2", "typescript": "^3.2.4" }, "scripts": { "prepare": "tsc", "build": "node-gyp build" }, "os": [ "win32" ] }