-
Notifications
You must be signed in to change notification settings - Fork 203
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.34 KB
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 1.34 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
{
"name": "cacheable-mono-repo",
"version": "1.0.0",
"private": true,
"description": "Cacheable Mono Repo",
"scripts": {
"test": "pnpm -r test",
"test:list": "pnpm -r --workspace-concurrency 1 test",
"test:ci": "pnpm -r test:ci",
"test:build": "pnpm build && node scripts/test-build.mjs",
"test:services:start": "docker compose up -d",
"test:services:stop": "docker compose down",
"website:build": "pnpm recursive --filter @cacheable/website run website:build",
"website:serve": "pnpm recursive --filter @cacheable/website run website:serve",
"website:dev": "pnpm recursive --filter @cacheable/website run website:dev",
"build": "pnpm -r build",
"build:list": "pnpm recursive run build",
"clean": "pnpm recursive run clean"
},
"keywords": [],
"author": "Jared Wray <me@jaredwray.com>",
"license": "MIT",
"packageManager": "pnpm@11.5.1+sha512.93f7b57422ea7068257235b4c16eb60762eb68e1dc23723199cc739043ea9be2c4143274a399d8c6defa2b1176226d9ca1c4b63482d6200c1a8fbaa78c1d1485",
"devDependencies": {
"@arethetypeswrong/cli": "^0.18.3",
"@biomejs/biome": "^2.4.14",
"@faker-js/faker": "^10.4.0",
"@types/node": "^24.12.2",
"@vitest/coverage-v8": "^4.1.5",
"@vitest/spy": "^4.1.5",
"publint": "^0.3.21",
"rimraf": "^6.1.3",
"vitest": "^4.1.5",
"wrangler": "^4.87.0"
}
}