-
Notifications
You must be signed in to change notification settings - Fork 1.2k
/
Copy pathpackage.json
30 lines (30 loc) · 921 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
28
29
30
{
"name": "@keystonejs/benchmarks",
"description": "A set of benchmarks for running against the KeystoneJS API.",
"private": true,
"version": "5.1.13",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
"node": ">=10.0.0"
},
"scripts": {
"go": "node fixtures/index.js"
},
"repository": "https://github.com/keystonejs/keystone/tree/master/benchmarks",
"homepage": "https://github.com/keystonejs/keystone",
"dependencies": {
"@keystonejs/adapter-knex": "^10.1.0",
"@keystonejs/adapter-mongoose": "^8.1.3",
"@keystonejs/app-graphql": "^5.1.8",
"@keystonejs/fields": "^13.0.1",
"@keystonejs/keystone": "^11.1.1",
"@keystonejs/session": "^7.0.0",
"@keystonejs/test-utils": "^7.0.0",
"body-parser": "^1.18.2",
"cookie-signature": "^1.1.0",
"cuid": "^2.1.8",
"supertest-light": "^1.0.3",
"testcheck": "^1.0.0-rc.2"
}
}