-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 798 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 798 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"version": "1.0.3",
"main": "cli.js",
"keywords": [],
"license": "ISC",
"author": "bamboosted/beeinger",
"name": "create-lib-react",
"scripts": {
"test": "echo \"No test specified\""
},
"repository": {
"type": "git",
"url": "beeinger/create-lib-react"
},
"bin": {
"create-lib-react": "./cli.js"
},
"description": "A cli for setting up Your own react typescript component library, features testes with Jest and Storybook, developing with Next.js, bundling using rollup and publishing using np.",
"dependencies": {
"has-yarn": "^2.1.0",
"is-valid-npm-name": "^0.0.5",
"mkdirp": "^1.0.3",
"ncp": "^2.0.0",
"npm-name": "^5.5.0",
"rimraf": "^3.0.1",
"terminal-kit": "^1.32.3"
},
"devDependencies": {
"np": "^5.2.1"
}
}