-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1 KB
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
36
37
38
39
{
"name": "root",
"version": "1.0.0",
"private": true,
"workspaces": [
"packages/*"
],
"config": {
"commitizen": {
"path": "cz-emoji"
},
"cz-emoji": {
"scopes": [
"front",
"functions"
]
}
},
"author": "baronTommy <16768208+baronTommy@users.noreply.github.com>",
"license": "MIT",
"scripts": {
"build:front": "yarn workspace @app/front build",
"build:functions": "yarn workspace @app/functions build",
"valid": "yarn workspace @app/front run-s valid:*",
"// ローカルでCI実行": "================================================================================",
"prelocal-ci": "circleci config process .circleci/config.yml > process.yml",
"local-ci": "circleci local execute -c process.yml"
},
"dependencies": {
"commitizen": "4.2.2",
"cz-emoji": "1.3.1",
"husky": "4.3.8",
"jscpd": "3.3.25",
"lint-staged": "10.5.4",
"madge": "3.9.2",
"netlify-cli": "3.8.5",
"npm-run-all": "4.1.5"
}
}