-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
58 lines (58 loc) · 2.57 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
{
"name": "@argos/root",
"private": true,
"scripts": {
"dev": "turbo run watch-build watch-server watch-codegen --concurrency 100",
"build": "turbo run build",
"test": "TZ=utc vitest",
"e2e:setup": "NODE_ENV=test pnpm run --filter @argos/backend db:truncate && NODE_ENV=test pnpm run --filter @argos/backend db:seed",
"e2e:start": "NODE_ENV=test playwright test",
"setup": "turbo run setup",
"github-webhook-proxy": "NODE_TLS_REJECT_UNAUTHORIZED=0 smee --url https://smee.io/SmH89Dx2HZ89wK7T --target https://api.argos-ci.dev:4001/github/event-handler",
"github-light-webhook-proxy": "NODE_TLS_REJECT_UNAUTHORIZED=0 smee --url https://smee.io/T3JFnf2lr3Zq6 --target https://api.argos-ci.dev:4001/github-light/event-handler",
"slack-webhook-proxy": "ngrok http --host-header=rewrite --domain=foal-great-publicly.ngrok-free.app https://app.argos-ci.dev:4001",
"stripe-webhook-proxy": "stripe listen --forward-to https://api.argos-ci.dev:4001/stripe/event-handler",
"lint": "eslint .",
"check-types": "turbo run check-types",
"check-format": "turbo run check-format",
"format": "prettier --write .",
"heroku-postbuild": "BUILD_MODE=production pnpm run build",
"codegen": "NODE_TLS_REJECT_UNAUTHORIZED=0 graphql-codegen --config codegen.ts",
"watch-codegen": "pnpm run codegen -- --watch",
"knip": "knip --tags=-route"
},
"repository": "github:argos-ci/argos",
"engines": {
"node": "20"
},
"packageManager": "[email protected]+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b",
"devDependencies": {
"@0no-co/graphqlsp": "^1.12.16",
"@argos-ci/playwright": "^3.9.1",
"@eslint/js": "9.14.0",
"@graphql-codegen/cli": "^5.0.3",
"@graphql-codegen/client-preset": "^4.5.0",
"@graphql-codegen/fragment-matcher": "^5.0.2",
"@graphql-codegen/schema-ast": "^4.1.0",
"@graphql-codegen/typescript": "^4.1.1",
"@graphql-codegen/typescript-resolvers": "^4.4.0",
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"@parcel/watcher": "^2.5.0",
"@playwright/test": "^1.48.2",
"@swc/cli": "^0.5.0",
"@swc/core": "^1.9.2",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.9.0",
"@vitest/eslint-plugin": "^1.1.10",
"eslint": "9.14.0",
"knip": "^5.37.1",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"smee-client": "^2.0.4",
"turbo": "^2.3.0",
"typescript": "5.6.3",
"typescript-eslint": "^8.14.0",
"vite-tsconfig-paths": "^5.1.2",
"vitest": "^2.1.5"
}
}