-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.33 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.33 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
{
"name": "open-audio-platform",
"version": "0.1.0",
"private": true,
"description": "Open Audio Mobile Developer Platform - Canonical examples, templates, and documentation",
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"dev:template": "cd apps/template-expo && npm start",
"dev:examples": "cd apps/examples-expo && npm start",
"dev:docs": "cd apps/docs-site && npm run dev",
"build": "npm run build --workspaces --if-present",
"lint": "npm run lint --workspaces --if-present",
"test": "npm run test --workspaces --if-present"
},
"keywords": [
"open-audio",
"mobile",
"expo",
"react-native",
"developer-platform"
],
"author": "Open Audio",
"license": "MIT",
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0"
},
"overrides": {
"ajv": "^8.12.0",
"react": "19.1.0",
"react-native": "0.81.5"
},
"devDependencies": {
"@react-native-community/cli-server-api": "^20.1.1",
"ajv": "^8.12.0",
"buffer": "^6.0.3",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"react-native-crypto": "^2.2.1",
"stream-browserify": "^3.0.0",
"util": "^0.12.5"
},
"dependencies": {
"react-native-fs": "^2.20.0",
"react-native-randombytes": "^3.6.2",
"react-native-screens": "^4.22.0"
}
}