forked from keystonejs/keystone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 898 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.0",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
"node": ">=10.0.0"
},
"scripts": {
"go": "node fixtures/index.js"
},
"repository": "https://github.com/keystonejs/keystone.git",
"homepage": "https://github.com/keystonejs/keystone",
"dependencies": {
"@keystonejs/adapter-knex": "^6.3.0",
"@keystonejs/adapter-mongoose": "^5.2.0",
"@keystonejs/app-graphql": "^5.1.0",
"@keystonejs/fields": "^6.3.0",
"@keystonejs/keystone": "^5.5.0",
"@keystonejs/session": "^5.1.0",
"@keystonejs/test-utils": "^5.1.0",
"body-parser": "^1.18.2",
"cookie-signature": "^1.1.0",
"cuid": "^2.1.6",
"supertest-light": "^1.0.2",
"testcheck": "^1.0.0-rc.2"
}
}