-
Notifications
You must be signed in to change notification settings - Fork 62
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.02 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.02 KB
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
{
"name": "electron-chromedriver",
"version": "0.0.0-development",
"description": "Electron ChromeDriver",
"repository": {
"type": "git",
"url": "git+https://github.com/electron/chromedriver.git"
},
"bin": {
"chromedriver": "chromedriver.js"
},
"files": [
"./chromedriver.js",
"./download-chromedriver.js"
],
"scripts": {
"install": "node ./download-chromedriver.js",
"prettier": "prettier --experimental-cli --check \"**/*.js\"",
"prettier:write": "prettier --experimental-cli --write \"**/*.js\"",
"test": "node --test && yarn prettier"
},
"engines": {
"node": ">=10.12.0"
},
"author": "Kevin Sawicki",
"license": "MIT",
"dependencies": {
"@electron/get": "^2.0.1",
"extract-zip": "^2.0.0"
},
"devDependencies": {
"@electron/fiddle-core": "^1.3.3",
"prettier": "^3.6.2"
},
"packageManager": "yarn@4.10.3+sha512.c38cafb5c7bb273f3926d04e55e1d8c9dfa7d9c3ea1f36a4868fa028b9e5f72298f0b7f401ad5eb921749eb012eb1c3bb74bf7503df3ee43fd600d14a018266f"
}