-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.06 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": "shopify-admin-api-typings",
"version": "1.2.2",
"description": "Typings for Shopify Admin API",
"author": {
"name": "Carl-Johan Kihl",
"email": "[email protected]",
"url": "https://carljohan.me"
},
"repository": "github:caki0915/shopify-admin-api-typings",
"bugs": {
"url": "https://github.com/caki0915/shopify-admin-api-typings/issues"
},
"homepage": "https://github.com/caki0915/shopify-admin-api-typings",
"scripts": {
"start": "node generateSchema.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"main": "index.js",
"types": "index.d.ts",
"devDependencies": {
"dotenv": "8.2.0",
"graphql": "14.6.0",
"graphql-request": "1.8.2",
"graphql-schema-typescript": "1.3.2",
"lodash": "4.17.15",
"typescript": "3.9.3"
},
"peerDependencies": {
"graphql": ">=14"
},
"keywords": [
"shopify",
"shopify admin api",
"shopify api",
"typescript",
"typedefinitions",
"graphql"
],
"files": [
"index.js",
"index.d.ts"
],
"license": "MIT"
}