-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 834 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 834 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
{
"name": "hello_flutter_graphql",
"version": "1.0.0",
"description": "A new Flutter project.",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"dependencies": {
"ansi-styles": "^3.2.1",
"chalk": "^2.4.2",
"color-convert": "^1.9.3",
"color-name": "^1.1.3",
"escape-string-regexp": "^1.0.5",
"graphql": "^14.7.0",
"has-flag": "^3.0.0",
"iterall": "^1.3.0",
"minimist": "^1.2.6",
"node-fetch": "^2.6.7",
"supports-color": "^5.5.0",
"tr46": "^0.0.3",
"webidl-conversions": "^3.0.1",
"whatwg-url": "^5.0.0"
},
"devDependencies": {
"get-graphql-schema": "^2.1.2"
},
"scripts": {
"gen:schema": "get-graphql-schema https://graphql.anilist.co > ./lib/schema.graphql"
},
"keywords": [],
"author": "",
"license": "ISC"
}