-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 933 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 933 Bytes
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
{
"name": "react-native-simple-logger",
"version": "0.1.1",
"description": "This is a simple logger for React-Native to log things more clearly using colored logs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postpublish": "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git push origin v$PACKAGE_VERSION"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ajaykumar97/react-native-simple-logger.git"
},
"keywords": [
"react-native-simple-logger",
"react-native",
"logger",
"simple-logger",
"simple"
],
"author": "Ajay Kumar",
"license": "MIT",
"bugs": {
"url": "https://github.com/ajaykumar97/react-native-simple-logger/issues"
},
"homepage": "https://github.com/ajaykumar97/react-native-simple-logger#readme"
}