chromedriver/package.json

34 строки
773 B
JSON
Исходник Обычный вид История

2015-10-11 21:38:57 +03:00
{
"name": "electron-chromedriver",
2023-02-20 12:20:33 +03:00
"version": "0.0.0-development",
2015-10-11 21:38:57 +03:00
"description": "Electron ChromeDriver",
2016-04-11 19:31:26 +03:00
"repository": "https://github.com/electron/chromedriver",
2015-10-11 21:38:57 +03:00
"bin": {
2015-10-19 00:31:20 +03:00
"chromedriver": "./chromedriver.js"
2015-10-11 21:38:57 +03:00
},
"files": [
"./chromedriver.js",
"./download-chromedriver.js"
],
2015-10-11 21:38:57 +03:00
"scripts": {
2015-10-19 00:33:43 +03:00
"install": "node ./download-chromedriver.js",
2020-04-01 00:03:34 +03:00
"lint": "standard --fix",
2015-10-19 00:44:47 +03:00
"test": "standard && mocha"
2015-10-11 21:38:57 +03:00
},
2020-05-19 17:06:43 +03:00
"engines": {
"node": ">=10.12.0"
2020-04-01 03:24:14 +03:00
},
2015-10-11 21:38:57 +03:00
"author": "Kevin Sawicki",
2015-10-19 00:45:39 +03:00
"license": "MIT",
2015-10-11 21:38:57 +03:00
"dependencies": {
"@electron/get": "^2.0.1",
2020-04-01 03:17:45 +03:00
"extract-zip": "^2.0.0"
2015-10-19 00:33:43 +03:00
},
"devDependencies": {
2024-09-04 20:36:12 +03:00
"@continuous-auth/client": "^2.3.0",
"@electron/fiddle-core": "^1.3.3",
"mocha": "^10.1.0",
2019-07-30 05:35:47 +03:00
"standard": "^13.1.0"
2015-10-11 21:38:57 +03:00
}
}