forked from arcslash/react-native-ussd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.18 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.18 KB
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
{
"name": "react-native-ussd",
"title": "React Native Ussd",
"version": "1.0.22",
"description": "USSD implementation for React Native",
"main": "index.js",
"type": "module",
"files": [
"README.md",
"android",
"index.js",
"ios",
"react-native-ussd.podspec"
],
"scripts": {
"test": "jest",
"lint:js": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/isharaux/react-native-ussd.git",
"baseUrl": "https://github.com/isharaux/react-native-ussd.git"
},
"keywords": [
"react-native",
"ussd",
"ussd-dial"
],
"author": {
"name": "Ishara Abeykoon",
"email": "isharaux@gmil.com"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": "^19.0.0",
"react-native": "^0.79.2"
},
"devDependencies": {
"@babel/core": "^7.27.3",
"@babel/preset-env": "^7.27.2",
"@react-native/babel-preset": "^0.79.2",
"babel-jest": "^30.0.0-beta.3",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"jest": "^29.7.0",
"react": "^19.0.0",
"react-native": "^0.79.2",
"react-test-renderer": "^19.1.0"
}
}