UNPKG

cra-template-fireship

Version:

Build and ship 🔥 your app ⚡ faster

43 lines • 796 B
{ "name": "cra-template-fireship", "description": "Build and ship 🔥 your app ⚡ faster", "version": "0.3.2", "main": "template.json", "engines": { "node": ">=14" }, "repository": { "type": "git", "url": "https://github.com/klutchdev/fireship-js.git" }, "bugs": { "url": "https://github.com/klutchdev/fireship-js/issues" }, "keywords": [ "fireship", "react", "create-react-app", "cra" ], "eslintConfig": { "extends": [ "react-app" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "files": [ "template", "template.json" ] }