-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 974 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-fancy-alert",
"version": "0.0.15",
"description": "A modal based fancy alert in react native. which opens similar to native alerts",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"files": [
"/lib"
],
"author": "Adesh Pandey",
"license": "Apache License 2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/adeshpandey/react-native-fancy-alert.git"
},
"keywords": [
"react-native-fancy-alert",
"react-native expo alert",
"react native alert typescript",
"react native advanced alert"
],
"homepage": "https://adeshpandey.github.io/react-native-fancy-alert/",
"devDependencies": {
"@types/react": "^18.0.26",
"@types/react-native": "^0.71.0",
"jest": "^29.3.1",
"typescript": "^4.9.4"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"scripts": {
"build": "rm -rf ./lib && tsc",
"test": "jest --passWithNoTests"
}
}