scholar-ed
Version:
A React component to embed Google Scholar profiles in a mobile-friendly way
51 lines (50 loc) • 1.23 kB
JSON
{
"name": "scholar-ed",
"version": "1.0.0",
"description": "A React component to embed Google Scholar profiles in a mobile-friendly way",
"type": "module",
"main": "dist/scholar-ed.min.js",
"module": "dist/index.esm.js",
"types": "dist/types/index.d.ts",
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/yourusername/scholar-ed"
},
"keywords": [
"react",
"google-scholar",
"academic",
"profile",
"embed"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/yourusername/scholar-ed/issues"
},
"homepage": "https://github.com/yourusername/scholar-ed#readme",
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-terser": "^0.4.0",
"@rollup/plugin-typescript": "^11.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"postcss": "^8.4.0",
"rollup": "^3.0.0",
"typescript": "^5.0.0"
}
}