-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 868 Bytes
/
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
{
"name": "@jiggag/react-native-highlight-updates",
"version": "0.0.1",
"description": "react native highlight updates",
"main": "index.tsx",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"render",
"highlight",
"plugin"
],
"author": "jiggag",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/jiggag/react-native-highlight-updates.git"
},
"bugs": {
"url": "https://github.com/jiggag/react-native-highlight-updates/issues"
},
"homepage": "https://github.com/jiggag/react-native-highlight-updates#readme",
"devDependencies": {
"@types/react-native": "^0.63.1",
"react": "17.0.1",
"react-native": "0.64.0",
"typescript": "^3.9.6"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
}
}