react-git-info
Version:
Git commit information for your react app
30 lines (29 loc) • 594 B
JSON
{
"name": "react-git-info",
"version": "2.0.1",
"description": "Git commit information for your react app",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Abhyudaya Sharma",
"license": "MIT",
"keywords": [
"babel-plugin-macros",
"react",
"create-react-app",
"git"
],
"dependencies": {
"babel-plugin-macros": "^2.8.0"
},
"repository": {
"type": "git",
"url": "https://github.com/AbhyudayaSharma/react-git-info"
},
"files": [
"src",
"macro.d.ts",
"macro.js"
]
}