Source code

Revision control

Copy as Markdown

Other Tools

{
"name": "devtools-reps",
"version": "0.27.4",
"description": "Devtools Reps",
"scripts": {
"prepack": "./publish.sh",
"postpack": "./publish-cleanup.sh"
},
"author": "",
"license": "MPL-2.0",
"repository": {
"type": "git",
"directory": "devtools/client/shared/components/reps"
},
"main": "packageIndex.mjs",
"style": "reps.css",
"dependencies": {
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-dom-factories": "^1.0.2"
}
}