UNPKG

@tailor-platform/shopify

Version:

Shopify Admin API client with Tailor Platform integration

47 lines 1.02 kB
{ "name": "@tailor-platform/shopify", "version": "0.1.0", "description": "Shopify Admin API client with Tailor Platform integration", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.js" } }, "dependencies": {}, "devDependencies": { "@types/node": "^24.0.14", "tsup": "^8.5.0", "typescript": "^5.8.3", "vitest": "^3.2.4", "@tailor-platform/eslint-config": "0.1.0", "@tailor-platform/tsconfig": "0.1.0" }, "peerDependencies": {}, "files": [ "dist" ], "keywords": [ "shopify", "tailor", "api", "graphql" ], "license": "MIT", "publishConfig": { "access": "public" }, "scripts": { "build": "tsup", "dev": "tsup --watch", "test": "vitest run", "postinstall": "pnpm build", "type-check": "tsc --noEmit", "lint": "eslint .", "lint:fix": "eslint . --fix" } }