-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
37 lines (37 loc) · 917 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
36
37
{
"name": "react-native-ticker",
"version": "6.0.1",
"description": "React Native Number Ticker",
"main": "index.js",
"scripts": {
"prepublishOnly": "yarn build",
"build": "tsc"
},
"author": "Jason Brown (browniefed)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/browniefed/react-native-ticker.git"
},
"keywords": [
"react-native",
"react",
"ticker",
"animated"
],
"bugs": {
"url": "https://github.com/browniefed/react-native-ticker/issues"
},
"homepage": "https://github.com/browniefed/react-native-ticker#readme",
"devDependencies": {
"@types/react": "^17.0.39",
"@types/react-native": "^0.67.0",
"typescript": "^4.5.5",
"react-native-reanimated": "2.10.0"
},
"peerDependencies": {
"react": ">= 16.9.0",
"react-native": ">= 0.67.3",
"react-native-reanimated": ">= 2.4.1"
}
}