mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
40 lines
936 B
JSON
40 lines
936 B
JSON
{
|
|
"name": "tests-blackbox",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "vitest --watch=false",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"@directus/tsconfig": "workspace:*",
|
|
"@directus/types": "workspace:*",
|
|
"@directus/utils": "workspace:*",
|
|
"@types/js-yaml": "4.0.6",
|
|
"@types/lodash-es": "4.17.9",
|
|
"@types/seedrandom": "3.0.6",
|
|
"@types/supertest": "2.0.13",
|
|
"@types/uuid": "9.0.4",
|
|
"@types/ws": "8.5.8",
|
|
"argon2": "0.31.1",
|
|
"autocannon": "7.12.0",
|
|
"axios": "1.5.1",
|
|
"globby": "13.2.2",
|
|
"graphql-ws": "5.14.1",
|
|
"js-yaml": "4.1.0",
|
|
"json-to-graphql-query": "2.2.5",
|
|
"knex": "2.5.1",
|
|
"listr2": "7.0.1",
|
|
"lodash-es": "4.17.21",
|
|
"seedrandom": "3.0.5",
|
|
"supertest": "6.3.3",
|
|
"typescript": "5.2.2",
|
|
"uuid": "9.0.1",
|
|
"vite-tsconfig-paths": "4.2.1",
|
|
"vitest": "0.34.6",
|
|
"vitest-environment-blackbox": "workspace:*",
|
|
"ws": "8.14.2"
|
|
}
|
|
}
|