-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 888 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 888 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
{
"name": "webbt",
"version": "0.5.3",
"type": "module",
"description": "Web Bluetooth Polyfill",
"main": "background.js",
"scripts": {
"test": "npm run lint && jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"lint": "eslint extension tests wallaby.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stevennyman/webbt.git"
},
"keywords": [
"web",
"bluetooth"
],
"author": "Steven Nyman",
"license": "ISC",
"bugs": {
"url": "https://github.com/stevennyman/webbt/issues"
},
"homepage": "https://github.com/stevennyman/webbt#readme",
"devDependencies": {
"@eslint/js": "^9.39.2",
"@types/chrome": "^0.1.32",
"@types/firefox-webext-browser": "^143.0.0",
"eslint": "^9.39.2",
"event-target-shim": "latest",
"globals": "^16.5.0",
"jest": "latest"
}
}