{
  "name": "shopify-token",
  "version": "4.1.0",
  "description": "Get an OAuth 2.0 access token for the Shopify API with ease",
  "homepage": "https://github.com/lpinca/shopify-token",
  "bugs": "https://github.com/lpinca/shopify-token/issues",
  "repository": "lpinca/shopify-token",
  "author": "Luigi Pinca",
  "license": "MIT",
  "main": "index.js",
  "engines": {
    "node": ">=6.6.0"
  },
  "scripts": {
    "test": "c8 --reporter=lcov --reporter=text mocha"
  },
  "files": [
    "index.js",
    "types/index.d.ts"
  ],
  "types": "types",
  "keywords": [
    "shopify",
    "token",
    "api",
    "oauth"
  ],
  "devDependencies": {
    "c8": "^7.3.0",
    "chai": "^4.2.0",
    "mocha": "^10.0.0",
    "nock": "^13.0.4",
    "pre-commit": "^1.2.2"
  }
}
