UNPKG

systray2

Version:

An systray libray for nodejs, more updated than the original systray

60 lines (59 loc) 1.7 kB
{ "name": "systray2", "version": "2.1.4", "description": "An systray libray for nodejs, more updated than the original systray", "main": "index.js", "typings": "index.d.ts", "scripts": { "build": "tsc", "watch": "tsc --watch", "lint": "tslint ./src/** --type-check -p ./tsconfig.json", "test": "cross-env DEBUG=systray* mocha -r ts-node/register ./*.test.ts", "cover": "cross-env NODE_ENV=development nyc ava", "preversion": "npm run build" }, "engines": { "node": ">=4.0.0" }, "pre-commit": [], "repository": { "type": "git", "url": "git+https://github.com/felixhao28/node-systray.git" }, "keywords": [ "systray", "tray", "gui" ], "author": "felixhao28 & zaaack", "license": "MIT", "bugs": { "url": "https://github.com/felixhao28/node-systray/issues" }, "homepage": "https://github.com/felixhao28/node-systray#readme", "devDependencies": { "@types/debug": "^4.1.7", "@types/fs-extra": "^9.0.12", "@types/mocha": "^9.0.0", "@types/node": "^16.9.1", "@typescript-eslint/eslint-plugin": "^4.31.1", "@typescript-eslint/eslint-plugin-tslint": "^4.31.1", "@typescript-eslint/parser": "^4.31.1", "cross-env": "^7.0.3", "del-cli": "^4.0.1", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.24.2", "eslint-plugin-jsdoc": "^36.1.0", "mocha": "^9.1.1", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", "pre-commit": "^1.2.2", "ts-node": "^10.2.1", "typescript": "^4.4.3" }, "dependencies": { "debug": "^4.3.2", "fs-extra": "^10.0.0" } }