-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
48 lines (48 loc) · 1.32 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
48
{
"name": "apollo-server-midway-repo",
"version": "1.0.0",
"private": true,
"repository": "https://github.com/linbudu599/apollo-server-midway.git",
"license": "MIT",
"workspaces": [
"packages/*"
],
"scripts": {
"lint": "ultra -r lint",
"commit": "git add -A && git-cz",
"lint:fix": "ultra -r lint:fix",
"test": "ultra -r --filter 'apollo-server-midway' test",
"dev": "ultra -r --filter 'sample' dev",
"pub": "yarn build && lerna publish minor",
"build": "ultra -r --filter 'apollo-server-midway' --topology build",
"rebuild": "ultra -r --filter 'apollo-server-midway' --topology rebuild"
},
"config": {
"commitizen": {
"path": "node_modules/cz-customizable"
}
},
"devDependencies": {
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@types/jest": "^27.0.1",
"@types/node": "^16.6.1",
"commitizen": "^4.2.4",
"commitlint-config-cz": "^0.13.2",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"cz-customizable": "^6.3.0",
"jest": "^27.0.6",
"lerna": "^4.0.0",
"mwts": "^1.2.2",
"oao": "^2.0.2",
"ts-jest": "^27.0.4",
"ts-node": "^10.2.0",
"ts-node-dev": "^1.1.8",
"typescript": "^4.3.5",
"ultra-runner": "^3.10.5"
},
"resolutions": {
"graphql": "15.5.1"
}
}