42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"name": "@trigger.dev/shopify",
|
|
"version": "0.1.20",
|
|
"description": "The official Shopify integration for Trigger.dev",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"files": [
|
|
"dist/index.js",
|
|
"dist/index.d.ts",
|
|
"dist/index.js.map"
|
|
],
|
|
"devDependencies": {
|
|
"@trigger.dev/integration-sdk": "workspace:*",
|
|
"@trigger.dev/sdk": "workspace:*",
|
|
"@trigger.dev/tsconfig": "workspace:*",
|
|
"@types/debug": "^4.1.7",
|
|
"@types/node": "16",
|
|
"react": "^18.2.0",
|
|
"@shopify/shopify-api": "^6.1.0",
|
|
"rimraf": "^3.0.2",
|
|
"tsup": "^6.5.0",
|
|
"graphql": "^16.6.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@trigger.dev/sdk": "workspace:*"
|
|
},
|
|
"scripts": {
|
|
"clean": "rimraf dist",
|
|
"build": "npm run clean && npm run build:tsup",
|
|
"build:tsup": "tsup"
|
|
},
|
|
"dependencies": {
|
|
"urql": "^3.0.3",
|
|
"@urql/core": "^3.1.1",
|
|
"@shopify/admin-graphql-api-utilities": "^2.0.1",
|
|
"debug": "^4.3.4",
|
|
"zod": "^3.20.2"
|
|
}
|
|
} |