-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 865 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 865 Bytes
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
31
32
33
34
35
36
{
"name": "@aiswarm/api-graphql",
"version": "0.1.9",
"description": "",
"main": "index.js",
"type": "module",
"keywords": [
"@aiswarm:plugin"
],
"scripts": {
"start": "echo \"No start script\" && exit 1",
"test": "jest --coverage test/"
},
"author": "Ravi Gairola <mallox@pyxzl.net>",
"license": "MIT",
"dependencies": {
"@graphql-tools/schema": "^10.0.0",
"fastify": "^4.24.3",
"@fastify/cors": "^8.4.1",
"graphql": "^16.8.1",
"graphql-tag": "^2.12.6",
"graphql-subscriptions": "^2.0.0",
"mercurius": "^13.3.0"
},
"peerDependencies": {
"@aiswarm/orchestrator": "^0.1.9"
},
"devDependencies": {
"@types/jest": "^29.5.10",
"@babel/core": "^7.23.3",
"@babel/eslint-parser": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"babel-jest": "^29.7.0",
"jest": "^29.7.0"
}
}