-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.08 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.08 KB
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
{
"name": "ring-sdk-react-native",
"version": "1.2.0",
"description": "Software Development Kit for Taika Ring",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest",
"prepublishOnly": "NODE_ENV=production npm run build"
},
"author": "Taika Tech Oy",
"license": "TSL1 - See LICENSE.md for more details",
"dependencies": {
"lodash": "^4.17.21",
"react-native": "^0.74.3",
"react-native-ble-plx": "^3.2.0",
"react-native-device-info": "^11.1.0",
"react-native-sqlite-storage": "^6.0.1",
"text-encoding": "^0.7.0",
"typescript": "^4.9.5"
},
"devDependencies": {
"@types/commander": "^2.12.2",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.5",
"@types/node": "^16.18.101",
"@types/react": "^18.3.3",
"@types/react-native": "^0.73.0",
"@types/react-native-sqlite-storage": "^6.0.5",
"@types/text-encoding": "^0.0.39",
"add-shebang": "^0.1.0",
"jest": "^29.7.0",
"jest-react-native": "^18.0.0",
"patch-package": "^8.0.0",
"ts-jest": "^29.1.5"
}
}