-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
136 lines (136 loc) · 5.02 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "root",
"description": "Monorepo that I use for a bunch of stuff",
"author": {
"name": "Giacomo Debidda",
"email": "giacomo@giacomodebidda.com",
"url": "https://giacomodebidda.com/"
},
"homepage": "https://github.com/jackdbd/calderone",
"private": true,
"type": "module",
"keywords": [
"cloud",
"gcp",
"monorepo"
],
"repository": {
"type": "git",
"url": "https://github.com/jackdbd/calderone"
},
"bugs": {
"url": "https://github.com/jackdbd/calderone/issues?q=is%3Aissue+label%3Abug"
},
"workspaces": [
"packages/*",
"scripts/*"
],
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"scripts": {
"build": "run-s 'build:libs' 'build:docs' --print-label",
"build:docs": "run-s 'build:docs:packages' 'build:docs:index' --print-label",
"build:docs:packages": "npm run build:docs --workspaces --if-present",
"build:docs:index": "./scripts/docs-index.mjs",
"build:libs": "tsc --build --verbose",
"build:libs:watch": "tsc --build --watch",
"clean": "npm run clean --workspaces --if-present",
"demo:csp": "tsm packages/scripts/src/demo/content-security-policy.ts --policy custom",
"dev:scripts": "run-p build:libs:watch build:scripts:watch",
"format": "npm run format --workspaces --if-present",
"lint": "npm run lint --workspaces --if-present",
"new-package": "./scripts/new-package.mjs",
"nuke": "npm run clean && rm -rf node_modules package-lock.json",
"precommit": "npm run precommit --workspaces --if-present",
"prepare": "husky",
"publish:npmjs": "gcloud builds submit ./cloud-build --async --config cloud-build/publish-to-npmjs.yaml",
"release:dry": "multi-semantic-release --dry-run --debug --ignore-private --ignore-packages=packages/send-telegram-message,packages/telegram-bot,packages/wasm-news,packages/webhooks",
"serve:docs": "npx http-server --port 8080 -c-1 -o docs",
"size": "npm run size --workspaces --if-present",
"stripe/check-customers": "tsm packages/scripts/src/stripe/check-customers.ts",
"stripe/check-payment-intents": "tsm packages/scripts/src/stripe/check-payment-intents.ts",
"stripe/fake-customers": "tsm packages/scripts/src/stripe/fake-customers.ts",
"stripe/fake-one-time-payment": "tsm packages/scripts/src/stripe/fake-one-time-payment.ts",
"stripe/fake-products-and-prices": "tsm packages/scripts/src/stripe/fake-products-and-prices.ts",
"stripe/fake-tax-rates": "tsm packages/scripts/src/stripe/fake-tax-rates.ts",
"stripe/report-duplicate-customers": "tsm packages/scripts/src/stripe/report-duplicate-customers.ts",
"stripe/report-events": "tsm packages/scripts/src/stripe/report-events.ts",
"test": "npm run test --workspaces --if-present",
"test:ci": "npm run test:ci --workspaces --if-present"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@google-cloud/billing": "^4.5.0",
"@google-cloud/containeranalysis": "^5.6.0",
"@google-cloud/firestore": "^7.10.0",
"@google-cloud/functions-framework": "^3.4.2",
"@google-cloud/monitoring": "^4.1.0",
"@google-cloud/pubsub": "^4.7.2",
"@google-cloud/scheduler": "^4.3.0",
"@google-cloud/secret-manager": "^5.6.0",
"@google-cloud/tasks": "^5.5.0",
"@google-cloud/workflows": "^3.4.0",
"@hapi/vision": "^7.0.3",
"@microsoft/api-documenter": "^7.25.14",
"@microsoft/api-extractor": "^7.47.9",
"@pollyjs/adapter-node-http": "^6.0.6",
"@pollyjs/core": "^6.0.6",
"@pollyjs/persister-fs": "^6.0.6",
"@qiwi/multi-semantic-release": "^7.1.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/better-sqlite3": "^7.6.11",
"@types/debug": "^4.1.12",
"@types/hapi__inert": "^5.2.10",
"@types/hapi__vision": "^5.5.8",
"@types/node": "^22.5.5",
"@types/nunjucks": "^3.2.6",
"@types/simple-oauth2": "^5.0.7",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"better-sqlite3": "^11.3.0",
"comment-json": "^4.2.5",
"debug": "^4.3.7",
"doctoc": "^2.2.1",
"esbuild": "^0.23.1",
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"fs-extra": "^11.2.0",
"google-spreadsheet": "^4.1.4",
"hapi-swagger": "^17.3.0",
"http-server": "^14.1.1",
"husky": "^9.1.6",
"ini": "^5.0.0",
"jest": "^29.7.0",
"js-yaml": "^4.1.0",
"lint-staged": "^15.2.10",
"npm-run-all": "^4.1.5",
"nunjucks": "^3.2.4",
"pkg": "^5.8.1",
"pkg-size": "^2.4.0",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"semantic-release": "^24.1.1",
"simple-oauth2": "^5.1.0",
"snoowrap": "^1.23.0",
"stripe": "^16.12.0",
"supertest": "^7.0.0",
"taze": "^0.16.9",
"ts-node": "^10.9.2",
"tsm": "^2.3.0",
"typedoc": "^0.26.7",
"typescript": "^5.6.2",
"wait-port": "^1.1.0",
"yargs": "^17.7.2",
"zx": "^8.1.8"
},
"overrides": {
"snoowrap": {
"ws": "8.18.0"
}
}
}