-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 975 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "electron-webview-schedule",
"version": "18.2.1",
"keywords": [
"electron",
"webview"
],
"main": "index.js",
"files": [
"lib/*.js"
],
"repository": {
"type": "git",
"url": "git://github.com/electron-modules/electron-webview-schedule.git"
},
"devDependencies": {
"@electron/remote": "^2.0.1",
"electron": "18",
"electron-windows": "18",
"eslint": "^6.4.0",
"eslint-config-egg": "^5.1.1",
"git-contributor": "1",
"husky": "*",
"lodash": "^4.17.20",
"mocha": "*",
"moment": "^2.27.0",
"nyc": "*",
"torchjs": "4"
},
"scripts": {
"dev": "electron ./index.js",
"test": "torch --renderer --recursive --coverage ./test/electron-webview-schedule.test.js",
"test:debug": "npm run test -- --interactive",
"lint": "eslint . --fix",
"contributor": "git-contributor"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
},
"license": "MIT"
}