-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.58 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.58 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
40
41
42
43
44
45
46
47
48
{
"$schema": "https://json.schemastore.org/package.json",
"name": "pepega-workers",
"version": "0.0.1",
"description": "Workers for Pepega",
"keywords": [
"pepega"
],
"homepage": "https://github.com/Perdolique/pepega-workers#readme",
"bugs": {
"url": "https://github.com/Perdolique/pepega-workers/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Perdolique/pepega-workers.git"
},
"license": "ISC",
"author": "Pier Dolique (Perdoloque)",
"type": "module",
"main": "index.js",
"scripts": {
"build": "pnpm --filter @pepega/pepega run build",
"cf-typegen": "pnpm --filter @pepega/twitch-webhooks run cf-typegen",
"deploy:production": "pnpm --filter @pepega/pepega run deploy:production",
"deploy:staging": "pnpm --filter @pepega/pepega run deploy:staging",
"lint:markdown": "markdownlint '**/*.md'",
"lint:oxlint": "oxlint",
"lint:oxlint:agent": "oxlint --format agent",
"prepare": "husky",
"test:typecheck": "tsc --noEmit && pnpm --filter @pepega/pepega run test:typecheck && pnpm --filter @pepega/twitch-webhooks run typecheck",
"test:unit": "vitest",
"test:unit:agent": "vitest run --reporter agent",
"test:unit:ci": "vitest run",
"update:all": "taze -r -l -I"
},
"packageManager": "pnpm@11.20.0",
"devDependencies": {
"eslint-config-greenpie": "17.5.0",
"husky": "9.1.7",
"markdownlint": "0.41.1",
"markdownlint-cli": "0.49.1",
"oxlint": "1.77.0",
"oxlint-tsgolint": "7.0.2001",
"taze": "20.0.0",
"typescript": "catalog:",
"vitest": "4.1.10"
}
}