create-common-library
Version:
CLI for creating reusable, modern common libraries using `create-react-library`, `react-styleguidist` or `storybook`.
52 lines (51 loc) • 1.25 kB
JSON
{
"name": "create-common-library",
"version": "1.0.6",
"main": "dist/index.js",
"scripts": {
"start": "ts-node src/index.ts",
"build": "tsc && shx rm -rf dist/templates && shx cp -r templates dist"
},
"bin": {
"create-common-library": "./dist/index.js"
},
"keywords": [
"create-react-app",
"create",
"common",
"library",
"create-common-library",
"create-react-library",
"styleguidlist-library",
"storybook-library",
"common-library",
"components",
"components-library"
],
"repository": {
"type": "git",
"url": "git+https://github.com/vuquangkhtn/create-common-library.git"
},
"author": "Quang Nguyen",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuquangkhtn/create-common-library/issues"
},
"homepage": "https://github.com/vuquangkhtn/create-common-library#readme",
"devDependencies": {
"@types/ejs": "^2.6.0",
"@types/inquirer": "^0.0.43",
"@types/node": "^10.9.4",
"@types/shelljs": "^0.8.0",
"@types/yargs": "^11.1.1",
"shx": "^0.3.2",
"ts-node": "^7.0.1",
"typescript": "^3.0.3"
},
"dependencies": {
"ejs": "^2.6.1",
"inquirer": "^6.2.0",
"shelljs": "^0.8.2",
"yargs": "^12.0.1"
}
}