easy-volume-next
Version:
fork easy-volume The easiest way to get and control your system's volume is finally here
46 lines (45 loc) • 916 B
JSON
{
"name": "easy-volume-next",
"repository": {
"type": "git",
"url": "https://github.com/xhl592576605/easy-volume"
},
"version": "1.2.0",
"description": "fork easy-volume 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": "xhl592576605",
"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": {}
}