-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 871 Bytes
/
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
{
"name": "cesium",
"version": "0.0.0",
"private": true,
"scripts": {
"branch": "create-branches-cli",
"commit": "cz",
"dev": "sst dev",
"build": "sst build",
"deploy": "sst deploy",
"remove": "sst remove",
"console": "sst console",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"graphql": "^16.8.1"
},
"devDependencies": {
"@commitlint/config-conventional": "^19.2.0",
"@commitlint/cz-commitlint": "^19.2.0",
"@tsconfig/node18": "^18.2.4",
"aws-cdk-lib": "2.132.1",
"commitizen": "^4.3.0",
"constructs": "10.3.0",
"create-branches-cli": "^0.3.1",
"inquirer": "9",
"sst": "^2.41.5",
"typescript": "^5.4.5"
},
"workspaces": [
"packages/**/*"
],
"packageManager": "[email protected]",
"config": {
"commitizen": {
"path": "@commitlint/cz-commitlint"
}
}
}