forked from improv-wifi/sdk-ble-js
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 857 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
{
"name": "improv-wifi-sdk",
"version": "1.3.3",
"description": "Improv Wi-Fi SDK for the browser",
"main": "dist/launch-button.js",
"repository": "https://github.com/improv-wifi/sdk-js",
"author": "Improv Wi-Fi maintainers",
"license": "Apache-2.0",
"scripts": {
"prepublishOnly": "script/build"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/plugin-typescript": "^8.2.1",
"@types/web-bluetooth": "^0.0.15",
"prettier": "^2.3.0",
"rollup": "^2.48.0",
"rollup-plugin-terser": "^7.0.2",
"serve": "^14.0.1",
"typescript": "^4.2.4"
},
"dependencies": {
"@material/mwc-button": "^0.26.1",
"@material/mwc-circular-progress": "^0.26.1",
"@material/mwc-dialog": "^0.26.1",
"@material/mwc-textfield": "^0.26.1",
"lit": "^2.0.0",
"tslib": "^2.3.1"
}
}