create-react-file
Version:
Use command line to create component or something else
32 lines (31 loc) • 781 B
JSON
{
"name": "create-react-file",
"version": "2.0.3",
"description": "Use command line to create component or something else",
"main": "index.js",
"bin": "index.js",
"scripts": {
"test": "jest",
"prepublishOnly": "npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xiaoshuangLi/create-react-file.git"
},
"author": "Xiaoshuang Li",
"license": "ISC",
"bugs": {
"url": "https://github.com/xiaoshuangLi/create-react-file/issues"
},
"homepage": "https://xiaoshuangli.github.io/web-just-for-fun/",
"dependencies": {
"change-case": "^4.1.1",
"commander": "^6.0.0"
},
"devDependencies": {
"jest": "^26.1.0"
},
"jest": {
"testRegex": "(/__tests__/[^/]*|(\\.|/)(test|spec))\\.[jt]sx?$"
}
}