-
Notifications
You must be signed in to change notification settings - Fork 45
/
package.json
48 lines (48 loc) · 1.5 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
{
"name": "monorepo-prettier-plugin-apex",
"version": "2.2.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": ">= 18.11.0",
"pnpm": "^9.0.1"
},
"devDependencies": {
"@tsconfig/node18": "18.2.4",
"@types/node": "18.19.31",
"@types/semver": "7.5.8",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"cross-env": "7.0.3",
"del-cli": "6.0.0",
"eslint": "8.57.1",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-prettier-doc": "1.1.0",
"nx": "20.0.8",
"prettier": "3.3.3",
"prettier-plugin-java": "2.6.5",
"prettier-plugin-organize-imports": "4.1.0",
"semver": "7.6.3",
"tsx": "4.19.2",
"typescript": "5.6.3",
"zx": "8.2.0"
},
"keywords": [],
"author": "Dang Mai <[email protected]>",
"license": "MIT",
"packageManager": "[email protected]"
}