-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.48 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
49
50
51
52
53
{
"name": "expo-inject",
"version": "1.0.8",
"description": "expo inject is use to inject native code",
"main": "lib/app.plugin.js",
"types": "./lib/app.plugin.d.ts",
"scripts": {
"build": "tsc",
"clean": "rimraf ./lib && rimraf ./doc",
"dev": "yarn run build && npx yalc publish",
"typedoc": "rimraf ./doc && typedoc",
"prettier": "prettier --write .",
"release": "yarn clean && yarn build && yarn typedoc && node publish.mjs"
},
"dependencies": {
"expo-module-scripts": "^3.4.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.45",
"colorette": "^2.0.20",
"docdash": "^2.0.2",
"inquirer": "^9.2.14",
"nanospinner": "^1.1.0",
"prettier": "^3.2.5",
"release": "^6.3.1",
"rimraf": "^5.0.5",
"typedoc": "^0.25.7",
"typedoc-plugin-coverage": "^3.0.0",
"typescript": "^5.1.3",
"yalc": "^1.0.0-pre.53"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
},
"keywords": [
"react-native",
"expo",
"expo-inject",
"ExpoInject",
"codeauthor.dev"
],
"repository": "https://github.com/Codeauthor1/expo-inject.git#readme",
"bugs": {
"url": "https://github.com/Codeauthor1/expo-inject.git#readme/issues"
},
"author": "codeauthor1 <[email protected]> (https://github.com/Codeauthor1/expo-inject.git)",
"license": "MIT",
"homepage": "https://github.com/Codeauthor1/expo-inject.git#readme#readme",
"private": false
}