mirror of
https://github.com/directus/directus.git
synced 2026-01-27 10:18:06 -05:00
* Change license to BSL1.1 * Mark major version * Fix formatting * Remove duplicate heading * Update formatting * Copy paste error * Update license * Update license * Format covenants * Update readme.md * Update licenses for packages * Update readme.md * Update contributors.yml OG... but to be clear, rijkvanzanten is the one who really built all of this ❤️ * Tweak license in openapi * Update packages/specs/src/openapi.yaml * Add MIT license headers * Use v10 in examples * Update additional examples * Update generate-extensions-entrypoint.test.ts * Update tests to use latest v9 and v10 versions * use lowercase for naming consistency * change casing for api license * Update migrations doc * Update dictionary * Consistent ordering of license field in app/package.json * Use major version in specs again (but as string) So it's valid for all v10 versions * Consolidate readme's --------- Co-authored-by: Ben Haynes <ben@directus.io> Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch> Co-authored-by: ian <licitdev@gmail.com> Co-authored-by: Azri Kahar <42867097+azrikahar@users.noreply.github.com>
33 lines
705 B
JSON
33 lines
705 B
JSON
{
|
|
"name": "tests-blackbox",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"devDependencies": {
|
|
"@directus/types": "workspace:*",
|
|
"@types/jest": "29.5.1",
|
|
"@types/js-yaml": "4.0.5",
|
|
"@types/lodash": "4.14.194",
|
|
"@types/seedrandom": "3.0.5",
|
|
"@types/supertest": "2.0.12",
|
|
"@types/uuid": "9.0.1",
|
|
"autocannon": "7.10.0",
|
|
"axios": "1.3.6",
|
|
"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": "6.3.1",
|
|
"lodash": "4.17.21",
|
|
"seedrandom": "3.0.5",
|
|
"supertest": "6.3.3",
|
|
"ts-jest": "29.1.0",
|
|
"typescript": "5.0.4",
|
|
"uuid": "9.0.0"
|
|
},
|
|
"version": "10.0.0"
|
|
}
|