-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.9 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.9 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
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "@selva/root",
"version": "0.2.0",
"private": true,
"description": "Selva Office \u2014 Gamified multi-agent business orchestration platform",
"author": "Innovaciones MADFAM SAS de CV",
"packageManager": "pnpm@9.15.4",
"engines": {
"node": ">=20",
"pnpm": ">=9"
},
"scripts": {
"dev": "turbo dev",
"build": "turbo build",
"lint": "turbo lint",
"typecheck": "turbo typecheck",
"test": "turbo test",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md,css}\"",
"format:check": "prettier --check \"**/*.{ts,tsx,js,jsx,json,md,css}\"",
"clean": "node scripts/require-local-destructive.mjs && turbo clean && rm -rf node_modules",
"prepare": "husky",
"generate-assets": "node scripts/generate-assets.js",
"generate-variants": "node scripts/generate-variants.js && node scripts/generate-tile-variants.js",
"generate-map": "node scripts/generate-map.js",
"generate-types": "node scripts/generate-shared-types.mjs",
"test:e2e": "playwright test"
},
"pnpm": {
"overrides": {
"@janua/nextjs-sdk": "workspace:*",
"brace-expansion@1.1.12": "1.1.16",
"brace-expansion@2.0.2": "2.1.2",
"brace-expansion@5.0.4": "5.0.8",
"fast-uri": "3.1.4",
"path-to-regexp": "0.1.13",
"picomatch@2.3.1": "2.3.2",
"picomatch@4.0.3": "4.0.4",
"postcss@8.4.31": "8.5.18",
"sharp": "0.35.0",
"ws": "8.21.0"
}
},
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@napi-rs/canvas": "^0.1.100",
"@playwright/test": "^1.60.0",
"@selva/config": "workspace:*",
"@vitest/coverage-v8": "^2.1.8",
"husky": "^9.1.7",
"openapi-typescript": "^7.13.0",
"prettier": "^3.8.3",
"shadcn": "^4.11.0",
"turbo": "^2.9.16",
"typescript": "^5.7.3",
"vitest": "^2.1.8"
},
"dependencies": {
"pino": "^9.6.0"
}
}