taskbar-node
Version:
Get and control running apps, virtual desktop
54 lines (53 loc) • 1.23 kB
JSON
{
"name": "taskbar-node",
"version": "0.1.9",
"description": "Get and control running apps, virtual desktop",
"author": {
"name": "khanhas",
"url": "http://khanhas.github.com"
},
"repository": {
"type": "git",
"url": "https://github.com/khanhas/taskbar-node"
},
"gypfile": true,
"main": "index.js",
"dependencies": {
"autogypi": "^0.2.2",
"nbind": "^0.3.15",
"node-gyp": "^3.6.2"
},
"devDependencies": {
"@types/node": "^10.1.2",
"clang-format": "^1.2.3",
"ts-node": "^6.0.5",
"typescript": "^2.8.3"
},
"scripts": {
"build": "node-gyp configure build",
"rebuild": "node-gyp rebuild",
"lint": "clang-format -i --glob=src/*.{cpp,h}",
"install": "autogypi && yarn build && yarn clean",
"type": "ndts . > lib-types.d.ts",
"ex:task": "ts-node ./example/taskbar.ts",
"ex:ws": "ts-node ./example/workspace.ts",
"clean": "rmdir \"./build\" \"./bin\" /S /Q"
},
"files": [
"index.ts",
"index.js",
"lib-types.d.ts",
"list-sources.js",
"binding.gyp",
"autogypi.json",
"src"
],
"license": "MIT",
"keywords": [
"windows",
"taskbar",
"taskmanager",
"workspace",
"virtual desktop"
]
}