-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
59 lines (59 loc) · 1.49 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
{
"name": "react-native-startup-time",
"version": "2.1.0",
"description": "measure startup time of your react-native app",
"main": "index.js",
"files": [
"index.js",
"index.d.ts",
"ios/*",
"android/build.gradle",
"android/src/*",
"react-native-startup-time.podspec"
],
"scripts": {
"lint": "eslint .",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/doomsower/react-native-startup-time.git"
},
"keywords": [
"react-native",
"measure",
"time",
"startup",
"start",
"performance",
"benchmark"
],
"author": "Konstantin Kuznetsov",
"license": "MIT",
"bugs": {
"url": "https://github.com/doomsower/react-native-startup-time/issues"
},
"homepage": "https://github.com/doomsower/react-native-startup-time#readme",
"peerDependencies": {
"react": "^16.8.3",
"react-native": ">=0.59.0"
},
"devDependencies": {
"@commitlint/config-conventional": "^17.0.3",
"@react-native-community/eslint-config": "^0.0.5",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@types/react": "^16.9.2",
"@types/react-native": "^0.60.13",
"commitlint": "^8.1.0",
"eslint": "^6.3.0",
"eslint-plugin-prettier": "^3.1.0",
"husky": "^3.0.5",
"prettier": "^1.18.2",
"pretty-quick": "^1.11.1",
"react": "^16.8.3",
"react-native": "^0.59.10",
"semantic-release": "^19.0.3",
"typescript": "^3.6.3"
}
}