-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 980 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
31
32
33
34
35
36
37
38
39
{
"name": "rn-bluetooth-classic",
"version": "1.4.3",
"description": "A React Native Bluetooth provider using react-native-bluetooth-classic",
"main": "src/index.ts",
"types": "src/rn-bluetooth-classic.d.ts",
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MiloDevs/rn-bluetooth-classic.git"
},
"keywords": [
"react-native",
"react",
"react-native-bluetooth-classic",
"bluetooth-classic"
],
"peerDependencies": {
"react": "^18.2.0",
"react-native": "^0.74.1",
"react-native-bluetooth-classic": "^1.73.0-rc.8"
},
"author": "milodevs",
"license": "ISC",
"bugs": {
"url": "https://github.com/MiloDevs/rn-bluetooth-classic/issues"
},
"homepage": "https://github.com/MiloDevs/rn-bluetooth-classic#readme",
"files": [
"src"
],
"devDependencies": {
"@types/react": "^18.3.3",
"typescript": "^4.9.5"
}
}