UNPKG

easy-volume

Version:

The easiest way to get and control your system's volume is finally here

47 lines (46 loc) 955 B
{ "name": "easy-volume", "repository": { "type": "git", "url": "https://github.com/Arciiix/easy-volume" }, "version": "1.1.0", "description": "The easiest way to get and control your system's volume is finally here", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "/dist" ], "scripts": { "build": "tsc", "test": "jest --config src/jest.config.js" }, "keywords": [ "volume", "level", "control", "loudness", "speaker", "windows", "macos", "linux", "audio", "alsa", "electron" ], "author": "Arciiix", "license": "MIT", "devDependencies": { "@babel/core": "^7.22.9", "@babel/preset-env": "^7.22.9", "@babel/preset-typescript": "^7.22.5", "@types/jest": "^29.5.3", "@types/node": "^20.4.1", "babel-jest": "^29.6.1", "jest": "^29.6.1", "ts-jest": "^29.1.1", "typescript": "^5.1.6" }, "dependencies": { } }