forked from directus/directus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 797 Bytes
/
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
{
"name": "directus-monorepo",
"private": true,
"homepage": "https://directus.io",
"scripts": {
"build": "pnpm --recursive --filter '!docs' run build",
"format": "prettier --cache --check .",
"lint": "eslint --cache .",
"test": "pnpm --recursive --filter '!tests-blackbox' test",
"test:blackbox": "pnpm --filter directus deploy --prod dist && pnpm --filter tests-blackbox test"
},
"devDependencies": {
"@changesets/cli": "2.27.7",
"@directus/release-notes-generator": "workspace:*",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-vue": "9.26.0",
"prettier": "3.1.0"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18.18.0",
"pnpm": "9"
}
}