-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1 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
{
"name": "gei-mailgun",
"version": "0.0.7",
"description": "GraphQL Editor integration for mailgun. Allows sending messages",
"main": "index.js",
"scripts": {
"start": "dotenv -e .env gecli dev",
"build": "tsc",
"watch": "tsc --watch",
"update": "gecli codegen models && gecli schema && gecli codegen typings"
},
"author": "GraphQL Editor Centaur Generator",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.7.18",
"@types/node-fetch": "^2.5.7",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"dotenv-cli": "^6.0.0",
"eslint": "^8.23.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"graphql-zeus": "^5.1.9",
"prettier": "^2.7.1",
"ts-node": "^10.9.1",
"typescript": "^4.8.3"
},
"dependencies": {
"@types/ws": "^8.5.3",
"form-data": "^4.0.0",
"mailgun.js": "^8.0.2",
"node-fetch": "^2.6.0",
"stucco-js": "^0.10.12",
"ws": "^8.11.0"
}
}