-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 896 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 896 Bytes
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
{
"author": "TestingBot <info@testingbot.com> (testingbot.com)",
"name": "testingbot-tunnel-launcher",
"description": "A wrapper around TestingBot's Tunnel",
"version": "1.1.18",
"main": "./lib/tunnel-launcher.js",
"types": "./lib/tunnel-launcher.d.ts",
"homepage": "https://github.com/testingbot/testingbot-tunnel-launcher",
"scripts": {
"lint": "eslint lib/",
"test": "mocha --exit --reporter spec"
},
"devDependencies": {
"eslint": "^8.57.1",
"mocha": "^11.7.5"
},
"engines": {
"node": ">=18"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/testingbot/testingbot-tunnel-launcher/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/testingbot/testingbot-tunnel-launcher.git"
},
"keywords": [
"testingbot tunnel",
"selenium",
"testingbot",
"test",
"automation",
"cloud"
]
}