-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
46 lines (46 loc) · 1.12 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
{
"name": "react-native-typing-animation",
"version": "0.1.7",
"description": "A React Native typing animation for your chat app based on simple trigonometry to create better loaders.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/watadarkstar/react-native-typing-animation.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint .",
"release": "release-it",
"release:dry": "release-it --dry-run"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"react-native",
"react",
"reactjs",
"reactnative",
"react-component",
"messenger",
"typing",
"animation",
"chat"
],
"author": "Adrian Carolli",
"license": "MIT",
"devDependencies": {
"eslint": "^5.9.0",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-react-native": "^3.5.0",
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-native": "^0.57.7",
"release-it": "^8.2.0"
},
"peerDependencies": {
"prop-types": "*",
"react": "*",
"react-native": "*"
}
}