bs-next-seo
Version:
Bucklescript bindings for next-seo
42 lines (41 loc) • 880 B
JSON
{
"name": "bs-next-seo",
"version": "1.0.1",
"description": "Bucklescript bindings for next-seo",
"repository": {
"type": "git",
"url": "https://github.com/Enalmada/bs-next-seo"
},
"scripts": {
"build": "bsb -clean-world -make-world",
"clean": "bsb -clean-world",
"test": "exit 0",
"preversion": "yarn run clean",
"changelog": "auto-changelog --template keepachangelog"
},
"main": "src/NextSeo.bs.js",
"license": "MIT",
"peerDependencies": {
"next-seo": ">=1.2.0",
"bs-platform": "^4.0.5",
"reason-react": ">=0.5.3"
},
"devDependencies": {
"bs-platform": "^4.0.6",
"react": "16.6.0",
"react-dom": "16.6.0",
"reason-react": ">=0.5.3"
},
"files": [
"src",
"bsconfig.json"
],
"keywords": [
"next-seo",
"react",
"reason",
"reasonml",
"ocaml",
"bucklescript"
]
}