gatsby-source-trakt-tmdb
Version:
Gatsby source plugin for using data from Trakt.TV combined with TMDB on your website
43 lines (42 loc) • 1.01 kB
JSON
{
"name": "gatsby-source-trakt-tmdb",
"version": "1.2.0",
"description": "Gatsby source plugin for using data from Trakt.TV combined with TMDB on your website",
"main": "index.js",
"author": "Leo Bernard <admin@leolabs.org>",
"license": "MIT",
"keywords": [
"gatsby",
"gatsby-plugin",
"gatsby-source-plugin",
"trakt.tv",
"tmdb"
],
"scripts": {
"prepublishOnly": "yarn build",
"build": "tsc",
"format": "prettier --write 'src/**/*",
"lint": "tslint --project tsconfig.json"
},
"files": [
"*.js",
"*.d.ts"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"gatsby-node-helpers": "^0.3.0",
"gatsby-source-filesystem": "^2.0.22",
"node-fetch": "^2.3.0"
},
"devDependencies": {
"@types/node": "^11.9.5",
"@types/node-fetch": "^2.1.6",
"prettier": "^1.16.4",
"tslint": "^5.13.0",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.0.1",
"typescript": "^3.3.3333"
}
}