UNPKG

gatsby-source-pinboard

Version:

Grab recent bookmarks from Pinboard for use within Gatsby.

44 lines (43 loc) 1.32 kB
{ "name": "gatsby-source-pinboard", "version": "2.0.0", "description": "Grab recent bookmarks from Pinboard for use within Gatsby.", "files": [ "index.js", "index.js.map", "gatsby-node.js", "gatsby-node.js.map" ], "scripts": { "test": "yarn test:eslint && yarn test:prettier", "test:eslint": "eslint . --ignore-path .gitignore --ext .jsx --ext .js", "test:prettier": "prettier \"**/*.{js,jsx,css,scss,json,md,mdx,html}\" --list-different", "format": "prettier \"**/*.{js,jsx,css,scss,json,md,mdx,html}\" --write", "release": "yarn install --frozen-lockfile && yarn test && yarn babel src --out-dir . --source-maps && yarn changeset publish" }, "repository": "danoc/gatsby-source-pinboard", "author": "Daniel O'Connor <daniel@danoc.me>", "license": "MIT", "dependencies": { "node-fetch": "^2.6.0" }, "devDependencies": { "@babel/cli": "^7.10.3", "@babel/core": "^7.10.3", "@babel/preset-env": "^7.10.3", "@changesets/cli": "^2.12.0", "eslint": "^7.3.1", "eslint-config-airbnb-base": "^14.2.0", "eslint-config-prettier": "^6.11.0", "eslint-plugin-import": "^2.21.2", "prettier": "2.0.5" }, "peerDependencies": { "gatsby": "^3.0.0" }, "keywords": [ "gatsby", "pinboard", "gatsby-plugin" ] }