forked from pevers/tauri-plugin-nosleep
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 840 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "tauri-plugin-nosleep-api-fork",
"version": "0.1.3",
"author": "Peter Evers <[email protected]> / Forked by Dan0xE <[email protected]>",
"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"
}
}