-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.41 KB
/
package.json
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
40
41
42
43
44
45
46
47
{
"private": true,
"homepage": "https://github.com/Synor/synor",
"scripts": {
"cz": "npx git-cz"
},
"devDependencies": {
"@commitlint/cli": "^9.0.1",
"@commitlint/config-conventional": "^9.0.1",
"@commitlint/config-lerna-scopes": "^9.0.1",
"@commitlint/prompt-cli": "^9.0.1",
"@synor/eslint-config": "^0.1.0",
"@types/debug": "^4.1.5",
"@types/jest": "^26.0.3",
"@types/lodash.defaultsdeep": "^4.6.6",
"@typescript-eslint/eslint-plugin": "^2.23.0",
"@typescript-eslint/parser": "^2.23.0",
"bili": "^5.0.5",
"commitizen": "^4.1.2",
"conventional-changelog-cli": "^2.0.34",
"conventional-changelog-conventionalcommits": "^4.3.1",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-config-standard-with-typescript": "^15.0.1",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jest": "^23.8.2",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"husky": "^4.2.5",
"jest": "^26.1.0",
"lerna": "^3.22.1",
"lint-staged": "^10.2.11",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.0.5",
"pretty-quick": "^2.0.0",
"rimraf": "^3.0.2",
"rollup-plugin-typescript2": "^0.27.1",
"ts-jest": "^26.1.1",
"ts-node": "^8.6.2",
"typescript": "^3.8.3"
},
"workspaces": [
"packages/*"
]
}