-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 906 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 906 Bytes
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": "rn-animated-text-counter",
"version": "1.0.9",
"description": "A React Native component to animate numbers with a slot machine effect.",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"peerDependencies": {
"react": "^17.0.1",
"react-native": "^0.63.3"
},
"devDependencies": {
"@types/react": "^17.0.1",
"@types/react-native": "^0.63.3"
},
"repository": {
"type": "git",
"url": "https://github.com/mahecode/rn-animated-text-counter"
},
"bugs": {
"url": "https://github.com/mahecode/rn-animated-text-counter"
},
"homepage": "https://github.com/yourusername/your-repository#readme",
"keywords": [
"react-native",
"animation",
"text",
"counter"
],
"author": "Mahesh Maharana",
"license": "MIT",
"publishConfig": {
"access": "public"
}
}