yst-react-cli
Version:
40 lines (39 loc) • 856 B
JSON
{
"name": "yst-react-cli",
"version": "1.0.6",
"description": "yst-react-cli",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src -d dist"
},
"bin": {
"yst-react-cli": "bin/run.js"
},
"repository": {
"type": "git",
"url": "https://github.com/OnionMister/yst-react-cli"
},
"keywords": [
"react-cli",
"cli",
"creat-react-app"
],
"author": "yst",
"license": "ISC",
"dependencies": {
"@babel/polyfill": "^7.12.1",
"axios": "^0.27.2",
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"chalk": "^4.1.0",
"commander": "^9.3.0",
"cross-spawn": "^7.0.3",
"download-git-repo": "^3.0.2",
"ejs": "^3.1.8",
"inquirer": "^7.3.3",
"ncp": "^2.0.0",
"ora": "^5.1.0",
"shelljs": "^0.8.5"
}
}