2018-03-04 15:43:18 -05:00
|
|
|
{
|
2018-03-07 03:05:39 -05:00
|
|
|
"name": "create-react-library",
|
2018-03-09 18:06:17 -05:00
|
|
|
"version": "2.1.3",
|
2018-03-04 15:43:18 -05:00
|
|
|
"description": "CLI for easily bootstrapping modern react libraries",
|
2018-03-07 03:05:39 -05:00
|
|
|
"repository": "transitive-bullshit/create-react-library",
|
2018-03-09 17:45:42 -05:00
|
|
|
"author": "Travis Fischer <travis@automagical.ai>",
|
2018-03-04 15:43:18 -05:00
|
|
|
"main": "index.js",
|
|
|
|
"license": "MIT",
|
2018-03-04 17:19:50 -05:00
|
|
|
"bin": {
|
2018-03-07 03:05:39 -05:00
|
|
|
"create-react-library": "index.js"
|
2018-03-04 17:19:50 -05:00
|
|
|
},
|
2018-03-09 18:45:50 -05:00
|
|
|
"scripts": {
|
|
|
|
"test": "ava -v && standard *.js lib/*.js"
|
|
|
|
},
|
2018-03-09 17:45:42 -05:00
|
|
|
"keywords": [
|
|
|
|
"react",
|
|
|
|
"preact",
|
|
|
|
"library",
|
|
|
|
"create-react-app",
|
|
|
|
"cli",
|
|
|
|
"component",
|
|
|
|
"rollup",
|
|
|
|
"babel",
|
|
|
|
"preact",
|
|
|
|
"publish"
|
|
|
|
],
|
2018-03-04 15:43:18 -05:00
|
|
|
"dependencies": {
|
|
|
|
"consolidate": "^0.15.0",
|
|
|
|
"cp-file": "^5.0.0",
|
|
|
|
"execa": "^0.9.0",
|
|
|
|
"git-config-path": "^1.0.1",
|
|
|
|
"github-username": "^4.1.0",
|
|
|
|
"globby": "^8.0.1",
|
|
|
|
"handlebars": "^4.0.11",
|
|
|
|
"inquirer": "^5.1.0",
|
|
|
|
"is-valid-npm-name": "^0.0.4",
|
|
|
|
"make-dir": "^1.2.0",
|
|
|
|
"meow": "^4.0.0",
|
|
|
|
"ora": "^2.0.0",
|
|
|
|
"p-each-series": "^1.0.0",
|
|
|
|
"parse-git-config": "^2.0.0",
|
|
|
|
"which": "^1.3.0"
|
2018-03-09 18:45:50 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"ava": "^0.25.0",
|
|
|
|
"rmfr": "^2.0.0",
|
|
|
|
"standard": "^11.0.0"
|
2018-03-04 15:43:18 -05:00
|
|
|
}
|
|
|
|
}
|