-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.44 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
{
"name": "graphql-editor-integrations",
"version": "1.0.0",
"description": "monorepo for graphql-editor integrations",
"main": "index.js",
"scripts": {
"build": "npm run -ws build --if-present",
"integrate": "npm run -ws integrate --if-present"
},
"repository": {
"type": "git",
"url": "git+https://github.com/graphql-editor/graphql-editor-integrations.git"
},
"author": "",
"license": "ISC",
"workspaces": [
"packages/integrations/gei-rest",
"packages/integrations/gei-users",
"packages/integrations/gei-s3",
"packages/integrations/gei-stripe",
"packages/integrations/gei-crud",
"packages/integrations/gei-basic",
"packages/integrations/gei-bookings"
],
"bugs": {
"url": "https://github.com/graphql-editor/graphql-editor-integrations/issues"
},
"homepage": "https://github.com/graphql-editor/graphql-editor-integrations#readme",
"dependencies": {
"@types/jest": "^27.4.1",
"@types/jsonwebtoken": "^9.0.1",
"@types/node": "^18.15.3",
"@types/uuid": "^8.3.4",
"@types/ws": "^8.5.4",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"dotenv-cli": "^6.0.0",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.25.2",
"graphql-editor-cli": "^0.9.0",
"jest": "^27.5.1",
"prettier": "^2.8.8",
"ts-jest": "^27.1.3",
"ts-node": "^10.7.0",
"typescript": "^4.9.5"
}
}