-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1002 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 1002 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
32
33
34
35
{
"name": "react-qui",
"version": "0.0.1",
"description": "common react components",
"main": "index.js",
"scripts": {
"lerna:install": "./node_modules/lerna/bin/lerna.js bootstrap",
"lerna:test": "CI=true ./node_modules/lerna/bin/lerna.js run test",
"lerna:publish": "./node_modules/lerna/bin/lerna.js publish --conventional-commits --cd-version=$LERNA_LEVEL --yes --independent",
"test": "npm run lerna:test",
"publish-all": "npm run lerna:publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qeek-dev/react-qui.git"
},
"keywords": [
"react",
"component",
"ui"
],
"author": "Chiahao Lin <chiahao.node@gmail.com>",
"contributors": [
"Chun-Lin <wulin40063@gmail.com>"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/qeek-dev/react-qui/issues"
},
"homepage": "https://github.com/qeek-dev/react-qui#readme",
"devDependencies": {
"lerna": "^2.5.1",
"lerna-changelog": "^0.7.0"
}
}