gatsby-source-roamresearch
Version:
Source plugin for pulling data into Gatsby from Roam Research
37 lines (36 loc) • 884 B
JSON
{
"name": "gatsby-source-roamresearch",
"version": "0.4.5",
"description": "Source plugin for pulling data into Gatsby from Roam Research",
"main": "index.js",
"scripts": {
"build": "npm run clean && ../../node_modules/.bin/tsc -p ./tsconfig.json",
"watch": "npm run build -- --watch",
"clean": "rm -rf lib",
"prepublishOnly": "npm run build"
},
"keywords": [
"gatsby",
"source",
"roam",
"roamresearch"
],
"files": [
"index.js",
"gatsby-node.js",
"lib"
],
"author": "Mathieu Dutour <mathieu@dutour.me>",
"repository": {
"url": "https://github.com/mathieudutour/gatsby-digital-garden",
"directory": "packages/gatsby-source-roamresearch"
},
"license": "MIT",
"dependencies": {
"fetch-roamresearch": "^0.1.6"
},
"devDependencies": {
"@types/react-dom": "^17.0.8",
"gatsby": "^3.9.0"
}
}