-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.17 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
{
"name": "monorepo-prettier-plugin-apex",
"version": "2.3.0",
"description": "Monorepo for the Prettier Apex project",
"main": "index.js",
"scripts": {
"build": "nx run-many -t build",
"build:native": "nx run apex-ast-serializer:build:native",
"install:native:dev": "tsx scripts/install-dev-executable.zx.mts",
"install:native:ci": "tsx scripts/install-ci-executables.zx.mts",
"clean": "del-cli node_modules",
"all:clean": "pnpm run -r clean && pnpm run clean",
"release": "npm version --force",
"version": "tsx scripts/release.zx.mts"
},
"engines": {
"node": ">= 22",
"pnpm": "^11.0.0"
},
"devDependencies": {
"@biomejs/biome": "2.5.6",
"@nx/shared-fs-cache": "5.0.7",
"@tsconfig/node22": "22.0.5",
"@types/node": "22.19.19",
"@types/semver": "7.7.1",
"del-cli": "7.0.0",
"nx": "23.1.0",
"prettier": "3.9.6",
"prettier-plugin-java": "2.10.3",
"prettier-plugin-organize-imports": "4.3.0",
"semver": "7.8.5",
"tsx": "4.23.1",
"typescript": "7.0.2",
"zx": "8.8.5"
},
"keywords": [],
"author": "Dang Mai <contact@dangmai.net>",
"license": "MIT",
"packageManager": "pnpm@11.17.0"
}