tauri-plugin-nosleep-api-fork
Version:
Tauri plugin to block the power save functionality in the OS
27 lines (26 loc) • 840 B
JSON
{
"name": "tauri-plugin-nosleep-api-fork",
"version": "0.1.3",
"author": "Peter Evers <pevers90@gmail.com> / Forked by Dan0xE <contact@dan0xe.me>",
"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": "^2.0.0-beta.2",
"tslib": "^2.1.0"
}
}