-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.89 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 1.89 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "react-native-video-to-audio",
"version": "0.1.1",
"description": "react-native-video-to-audio",
"main": "lib/index",
"module": "lib/index",
"types": "lib/index.d.ts",
"react-native": "src/index",
"source": "src/index",
"files": [
"src",
"react-native.config.js",
"lib",
"nitrogen",
"android/build.gradle",
"android/gradle.properties",
"android/fix-prefab.gradle",
"android/CMakeLists.txt",
"android/src",
"ios/**/*.h",
"ios/**/*.m",
"ios/**/*.mm",
"ios/**/*.cpp",
"ios/**/*.swift",
"app.plugin.js",
"nitro.json",
"*.podspec",
"README.md"
],
"scripts": {
"typecheck": "tsc --noEmit",
"check": "biome check src/**/*",
"clean": "rm -rf android/build node_modules/**/android/build lib",
"lint": "biome lint src/**/*",
"typescript": "tsc",
"specs": "tsc --noEmit false && nitrogen --logLevel=\"debug\"",
"prepare": "husky",
"release": "release-it"
},
"keywords": [
"react-native",
"nitro"
],
"repository": "https://github.com/chsdwn/react-native-video-to-audio",
"author": "chsdwn (https://github.com/chsdwn)",
"license": "MIT",
"bugs": {
"url": "https://github.com/chsdwn/react-native-video-to-audio/issues"
},
"homepage": "https://github.com/chsdwn/react-native-video-to-audio#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@biomejs/biome": "^2.3.10",
"@commitlint/cli": "^20.2.0",
"@commitlint/config-conventional": "^20.2.0",
"@types/react": "^19.1.03",
"husky": "^9.1.7",
"lint-staged": "^16.2.7",
"nitrogen": "^0.32.0",
"react": "19.1.1",
"react-native": "0.82.0",
"react-native-nitro-modules": "*",
"release-it": "^19.2.4",
"typescript": "^5.8.3"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-nitro-modules": "*"
}
}