-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.55 KB
/
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
40
41
42
43
44
45
46
47
48
{
"name": "@animo-id/expo-mdoc-data-transfer",
"version": "0.0.0",
"description": "Expo mdoc data transfer module",
"main": "build/index.js",
"types": "build/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "EXPO_NONINTERACTIVE=1 expo-module build && EXPO_NONINTERACTIVE=1 expo-module build plugin",
"style:check": "biome check --unsafe",
"style:fix": "npm run style:check -- --write",
"types:check": "EXPO_NONINTERACTIVE=1 expo-module typecheck && EXPO_NONINTERACTIVE=1 expo-module plugin typecheck",
"release": "release-it"
},
"keywords": ["react-native", "expo", "@animo-id/expo-mdoc-data-transfer", "MdocDataTransfer"],
"repository": "https://github.com/animo/expo-mdoc-data-transfer",
"bugs": {
"url": "https://github.com/animo/expo-mdoc-data-transfer/issues"
},
"author": "Animo Solutions <[email protected]> (https://github.com/animo)",
"license": "Apache-2.0",
"homepage": "https://github.com/animo/expo-mdoc-data-transfer#readme",
"devDependencies": {
"@biomejs/biome": "1.9.3",
"@expo/config-types": "^51.0.3",
"@types/node": "^22.8.1",
"@types/react": "~18.2.79",
"expo-module-scripts": "3.5.2",
"expo-modules-core": "~1.12.26",
"release-it": "^17.4.1",
"typescript": "~5.3.3"
},
"peerDependencies": {
"expo": ">= 51",
"react": "*"
},
"dependencies": {
"@expo/config-plugins": "^8.0.10",
"react-native": ">= 0.75"
},
"codegenConfig": {
"name": "RNMdocDataTransferSpec",
"type": "modules",
"jsSrcsDir": "src"
}
}