create-reactw-app
Version:
Create a React + TypeScript + Webpack project using the template-rtw boilerplate
25 lines (24 loc) • 457 B
JSON
{
"name": "create-reactw-app",
"version": "1.0.3",
"description": "Create a React + TypeScript + Webpack project using the template-rtw boilerplate",
"bin": {
"create-reactw-app": "./cli.js"
},
"keywords": [
"react",
"typescript",
"webpack",
"starter",
"boilerplate",
"scaffold",
"create",
"cli",
"RTW"
],
"author": "Hidayt Rahman",
"license": "MIT",
"dependencies": {
"degit": "^2.8.4"
}
}