UNPKG

inventora-shopify-admin-api

Version:

Shopify Admin API is a NodeJS library built to help developers easily authenticate and make calls against the Shopify API. It was inspired by and borrows heavily from ShopifySharp.

20 lines (19 loc) 465 B
{ "compilerOptions": { "module": "commonjs", "target": "es6", "noImplicitAny": false, "sourceMap": false, "forceConsistentCasingInFileNames": true, "preserveConstEnums": true, "outDir": "dist", "declaration": true, "experimentalDecorators": true, "moduleResolution": "node" }, "include": ["index.ts", "src"], "exclude": [ "node_modules", "dist" ] }