-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.57 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "@aexol/axolotl-engine",
"version": "0.4.3",
"description": "Automatically generated by graphql-editor-cli",
"main": "lib/index.js",
"type": "module",
"scripts": {
"start": "npm run start --ws --if-present",
"test": "glob -c \"node --test \" \"./packages/**/*.test.js\""
},
"author": "GraphQL Editor Centaur Generator",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.7.18",
"@types/node-fetch": "^2.6.2",
"@types/ws": "^8.5.4",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"eslint": "^8.23.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"glob": "^10.3.10",
"graphql": "^16.9.0",
"jest": "^29.5.0",
"prettier": "^3.3.0",
"ts-node": "^10.9.1",
"ts-patch": "^3.0.0",
"typescript": "^5.1.3",
"typescript-transform-paths": "^3.4.6",
"wrangler": "^3.13.1"
},
"dependencies": {
"node-fetch": "^3.2.10",
"sass": "^1.69.3",
"ws": "^8.12.0"
},
"repository": {
"url": "https://github.com/aexol-studio/axolotl"
},
"workspaces": [
"packages/config",
"packages/core",
"adapters/graphql-yoga",
"adapters/apollo-server",
"packages/cli",
"modularium/root",
"modularium/cli",
"modularium/playground",
"examples/beerpub-yoga",
"examples/yoga-federated",
"examples/beerpub-apollo-server"
]
}