-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.74 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.74 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "expo-video-metadata",
"version": "3.1.0",
"description": "Video metadata parser for Expo and React Native",
"keywords": [
"ExpoVideoMetadata",
"expo",
"expo-video-metadata",
"metadata",
"react native",
"react-native",
"video",
"video metadata",
"video module"
],
"homepage": "https://github.com/hirbod/expo-video-metadata#readme",
"bugs": {
"url": "https://github.com/hirbod/expo-video-metadata/issues"
},
"license": "MIT",
"author": "Hirbod Mirjavadi (https://github.com/hirbod)",
"repository": "https://github.com/hirbod/expo-video-metadata",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "oxlint --type-aware src example/App.tsx",
"lint:fix": "oxlint --type-aware --fix src example/App.tsx",
"format": "oxfmt",
"format:check": "oxfmt --check",
"typecheck": "tsgo -p tsconfig.json --noEmit && tsgo -p example/tsconfig.json --noEmit",
"test": "expo-module test",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module",
"open:ios": "open -a \"Xcode\" example/ios",
"open:android": "open -a \"Android Studio\" example/android"
},
"dependencies": {
"expo-file-system": "^56.0.7",
"mediabunny": "^1.45.3"
},
"devDependencies": {
"@typescript/native-preview": "^7.0.0-dev.20260521.1",
"expo": "^56.0.3",
"expo-module-scripts": "^56.0.2",
"oxfmt": "^0.51.0",
"oxlint": "^1.66.0",
"oxlint-tsgolint": "^0.23.0",
"typescript": "~6.0.3"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
},
"packageManager": "yarn@4.15.0"
}