-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.36 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
{
"name": "@aexol/dev-translate-main",
"version": "0.0.2",
"description": "Automatically generated by graphql-editor-cli",
"main": "lib/index.js",
"type": "module",
"scripts": {
"zeus": "zeus https://backend.devtranslate.app/graphql ./packages/core/src --ts --es",
"build": "npm run build --ws --if-present"
},
"author": "GraphQL Editor Centaur Generator",
"license": "ISC",
"devDependencies": {
"@types/node": "^22.10.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-zeus": "^7.0.2",
"prettier": "^3.3.0",
"ts-patch": "^3.3.0",
"tsx": "^4.19.2",
"typescript": "5.5",
"typescript-transform-paths": "^3.4.6"
},
"dependencies": {
"node-fetch": "^3.2.10",
"ws": "^8.12.0"
},
"repository": {
"url": "https://github.com/aexol-studio/axolotl"
},
"workspaces": [
"packages/config",
"packages/core",
"packages/watch",
"packages/nextjs-dev-translate-plugin",
"packages/vite-plugin-dev-translate",
"packages/cli",
"packages/testground"
]
}