sanity-plugin-podcast
Version:
Podcast plugin for Sanity
39 lines (38 loc) • 882 B
JSON
{
"name": "sanity-plugin-podcast",
"version": "1.0.2",
"description": "Podcast plugin for Sanity",
"main": "lib/index.js",
"scripts": {
"prepublishOnly": "babel -d lib/ src/",
"lint": "eslint ./src",
"test": "npm run lint"
},
"keywords": [
"sanity",
"podcast",
"schema",
"iTunes"
],
"author": {
"name": "Knut Melvær",
"email": "knut.melvaer@gmail.com",
"url": "https://knutmelvaer.no"
},
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"eslint": "^6.1.0",
"eslint-config-prettier": "^6.0.0",
"eslint-config-sanity": "^0.141.5",
"eslint-plugin-import": "^2.18.2",
"react-hot-loader": "^4.12.10"
},
"dependencies": {
"react": "^16.8.6",
"react-icons": "^3.7.0"
}
}