Files
directus/tests/blackbox/package.json
Pascal Jufer 15b91dee34 Blackbox tests restructuring (#18122)
Co-authored-by: Azri Kahar <42867097+azrikahar@users.noreply.github.com>
Co-authored-by: ian <licitdev@gmail.com>
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2023-04-11 18:28:37 +02:00

32 lines
683 B
JSON

{
"name": "tests-blackbox",
"private": true,
"scripts": {
"test": "jest"
},
"devDependencies": {
"@directus/types": "workspace:*",
"@types/jest": "29.4.4",
"@types/js-yaml": "4.0.5",
"@types/lodash": "4.14.191",
"@types/seedrandom": "3.0.5",
"@types/supertest": "2.0.12",
"@types/uuid": "9.0.1",
"autocannon": "7.10.0",
"axios": "1.3.4",
"globby": "11.1.0",
"jest": "29.5.0",
"jest-environment-node": "29.5.0",
"js-yaml": "4.1.0",
"json-to-graphql-query": "2.2.5",
"knex": "2.4.2",
"listr2": "5.0.8",
"lodash": "4.17.21",
"seedrandom": "3.0.5",
"supertest": "6.3.3",
"ts-jest": "29.0.5",
"typescript": "4.9.5",
"uuid": "9.0.0"
}
}