-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 1.04 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
{
"name": "react-native-internal-notification",
"version": "1.0.7",
"description": "Typescript component to show internal (in-app) notifications for react native application",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"repository": "https://github.com/VeXell/react-native-internal-notification",
"author": "Viacheslav Volkov <vexell@gmail.com>",
"license": "MIT",
"peerDependencies": {
"react-native": ">=0.60.0",
"typescript": ">=3.9.2"
},
"devDependencies": {
"@types/react": "^17.0.2",
"@types/react-native": "^0.64.1",
"react": "^17.0.2",
"react-native": "^0.64.1",
"typescript": "^4.2.4"
},
"scripts": {
"build": "rm -rf ./dist && tsc -p tsconfig.json"
},
"keywords": [
"inapp",
"react",
"react-native",
"notification",
"notifications",
"animation",
"in-app-notification",
"inapp-notifications",
"ios",
"android",
"typescript"
]
}