-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.42 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.42 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
{
"name": "root",
"private": true,
"workspaces": [
"./packages/*"
],
"scripts": {
"prepare": "husky",
"format": "prettier -c .",
"format:fix": "prettier --write .",
"test": "lerna run test",
"prelint": "npm run format",
"prelint:fix": "npm run format:fix",
"lint": "lerna run lint",
"lint:fix": "lerna run lint:fix",
"version": "node scripts/version-bump.mjs",
"release": "npx lerna version --conventional-commits"
},
"devDependencies": {
"@commitlint/cli": "^19.8.0",
"@commitlint/config-lerna-scopes": "^19.7.0",
"@faker-js/faker": "^9.7.0",
"@map-colonies/commitlint-config": "^1.1.1",
"@map-colonies/eslint-config": "^6.0.0",
"@map-colonies/infra-copilot-instructions": "^1.1.0",
"@map-colonies/prettier-config": "^0.0.1",
"@map-colonies/tsconfig": "^1.0.1",
"@redocly/cli": "^1.34.2",
"@swc/core": "^1.11.21",
"@swc/jest": "^0.2.37",
"cross-env": "^7.0.3",
"eslint": "^9.25.1",
"eslint-plugin-jest": "^28.11.0",
"husky": "^9.1.7",
"jest": "^29.5.0",
"jest-create-mock-instance": "^2.0.0",
"jest-html-reporters": "^3.1.4",
"jest-openapi": "^0.14.2",
"just-safe-set": "4.2.1",
"lerna": "^8.2.2",
"prettier": "^3.5.3",
"pretty-quick": "^4.1.1",
"ts-jest": "^29.0.5",
"tsc-alias": "^1.8.10",
"typedoc": "^0.28.2",
"typescript": "^5.8.3",
"yaml": "2.3.0",
"zx": "^7.2.2"
}
}