tauri-plugin-nosleep-api
Version:
Tauri plugin to block the power save functionality in the OS
27 lines (26 loc) • 793 B
JSON
{
"name": "tauri-plugin-nosleep-api",
"version": "0.1.1",
"author": "Peter Evers <pevers90@gmail.com>",
"description": "Tauri plugin to block the power save functionality in the OS",
"browser": "webview-dist/index.js",
"main": "webview-dist/index.js",
"types": "webview-dist/index.d.ts",
"keywords": ["tauri-plugin-nosleep", "caffeine", "nosleep"],
"scripts": {
"build": "rollup -c ./webview-src/rollup.config.js",
"prepublishOnly": "yarn build",
"pretest": "yarn build"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "13.1.3",
"@rollup/plugin-typescript": "8.3.1",
"rollup": "2.70.1",
"rollup-plugin-terser": "7.0.2",
"typescript": "4.6.3"
},
"dependencies": {
"@tauri-apps/api": "1.0.0-rc.4",
"tslib": "^2.1.0"
}
}