@pplancq/create-react-app
Version:
pplancq create-react-app
34 lines (33 loc) • 690 B
JSON
{
"name": "@pplancq/create-react-app",
"version": "1.5.1",
"license": "MIT",
"description": "pplancq create-react-app",
"author": "pplancq <paul.plancq@outlook.fr>",
"repository": {
"type": "git",
"url": "git+https://github.com/pplancq/dev-tools.git",
"directory": "packages/create-react-app"
},
"bin": {
"create-react-app": "index.js"
},
"bugs": {
"url": "https://github.com/pplancq/dev-tools/issues"
},
"main": "index.js",
"keywords": [
"create",
"react"
],
"dependencies": {
"chalk": "^5.5.0",
"commander": "^14.0.0"
},
"engines": {
"node": ">=20.12.2"
},
"volta": {
"extends": "../../package.json"
}
}