UNPKG

shopify-admin-api-typings

Version:
46 lines (45 loc) 1.13 kB
{ "name": "shopify-admin-api-typings", "version": "1.2.2", "description": "Typings for Shopify Admin API", "author": { "name": "Carl-Johan Kihl", "email": "carljohan.kihl@gmail.com", "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" }