-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 1.08 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
{
"name": "react-native-performance-scanner",
"version": "0.0.1",
"description": "A Plug and Play package to know the performance statistics of your app, mesure performance and other quality index with easyness!.",
"main": "index.js",
"scripts": {
"test": "npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Adhidevudayakumar/react-native-performance-scanner.git"
},
"keywords": [
"ReactNative",
"Performance",
"scanner"
],
"author": "Adhidev Udayakumar",
"license": "ISC",
"bugs": {
"url": "https://github.com/Adhidevudayakumar/react-native-performance-scanner/issues"
},
"homepage": "https://github.com/Adhidevudayakumar/react-native-performance-scanner#readme",
"devDependencies": {
"@babel/core": "^7.27.1",
"@babel/preset-env": "^7.27.2",
"@babel/preset-react": "^7.27.1",
"@types/react": "^19.1.3",
"@types/react-native": "^0.73.0",
"jest": "^29.7.0",
"metro-react-native-babel-preset": "^0.77.0",
"react": "^19.1.0",
"react-native": "^0.79.2",
"typescript": "^5.8.3"
}
}