UNPKG

shopifymo

Version:

- Module get product information, customer, order history. - Get customer information by token and authenticate through email login, password

23 lines (22 loc) 452 B
{ "name": "shopifymo", "version": "1.0.5", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "watch": "tsc -w", "test": "ts-node ./src/test/index.ts" }, "keywords": ["shopify-api", "shopify"], "author": "", "license": "ISC", "devDependencies": { "request": "^2.88.2", "typescript": "^4.9.5" }, "dependencies": { "@shopify/shopify-api": "^7.0.0" } }