cra-template
Version:
The base template for Create React App.
28 lines (27 loc) • 582 B
JSON
{
"name": "cra-template",
"version": "1.3.0",
"keywords": [
"react",
"create-react-app",
"template"
],
"description": "The base template for Create React App.",
"repository": {
"type": "git",
"url": "https://github.com/facebook/create-react-app.git",
"directory": "packages/cra-template"
},
"license": "MIT",
"engines": {
"node": ">=14"
},
"bugs": {
"url": "https://github.com/facebook/create-react-app/issues"
},
"files": [
"template",
"template.json"
],
"gitHead": "6254386531d263688ccfa542d0e628fbc0de0b28"
}