-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.46 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "react-native-tasty-toast",
"title": "React Native Tasty Toast",
"version": "0.0.1",
"description": "🍞 Make your native android Toasts Tasty ",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"README.md",
"android",
"lib",
"ios",
"react-native-tasty-toast.podspec"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "tslint 'src/**/*.{ts,tsx}'",
"clean": "rm -rf lib",
"build": "yarn run clean && tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dilipsuthar97/react-native-tasty-toast.git",
"baseUrl": "https://github.com/dilipsuthar97/react-native-tasty-toast"
},
"keywords": [
"react-native",
"toast",
"android",
"design",
"tasty toast"
],
"author": {
"name": "Dilip Suthar",
"email": "[email protected]"
},
"license": "Apache-2.0",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": "^16.8.1",
"react-native": ">=0.60.0-rc.0 <1.0.x"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.6",
"@types/react": "^16.9.35",
"@types/react-native": "^0.62.11",
"metro-react-native-babel-preset": "^0.59.0",
"prettier": "^2.0.5",
"react": "^16.9.0",
"react-native": "0.62.2",
"react-native-typescript-transformer": "^1.2.13",
"tslint": "^6.1.2",
"tslint-config-prettier": "^1.18.0",
"tslint-config-standard": "^9.0.0",
"tslint-react": "^5.0.0",
"typescript": "^3.9.3"
}
}