social-butterfly
Version:
Incorporate federated social network protocols easily. Used with Hello, world federated blog.
73 lines (72 loc) • 1.89 kB
JSON
{
"name": "social-butterfly",
"version": "0.8.19",
"description": "Incorporate federated social network protocols easily. Used with Hello, world federated blog.",
"repository": {
"type": "git",
"url": "https://github.com/mimecuvalo/helloworld.git",
"directory": "packages/social-butterfly"
},
"license": "MIT",
"engines": {
"node": ">=15.14.0",
"npm": ">=7.7.6"
},
"author": "Mime Čuvalo <mimecuvalo@gmail.com>",
"bugs": {
"url": "https://github.com/mimecuvalo/helloworld/issues"
},
"keywords": [
"activitypub",
"atom",
"federated",
"hello-world",
"oembed",
"ostatus",
"pubsubhubbub",
"push",
"react",
"rss",
"salmon",
"social",
"social-butterfly",
"swat0",
"webfinger",
"webmention"
],
"exports": "./dist/index.js",
"main": "./dist/index.js",
"scripts": {
"build": "rm -rf dist && NODE_ENV=production babel . --out-dir dist --copy-files --ignore node_modules,__tests__,spec.js,test.js,__snapshots__",
"prepare": "npm run build"
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "7.13.0",
"@babel/plugin-proposal-optional-chaining": "7.13.12",
"@babel/plugin-transform-modules-commonjs": "7.13.8",
"@babel/preset-react": "7.13.13",
"cheerio": "1.0.0-rc.3",
"express": "4.17.1",
"feedparser": "2.2.10",
"magic-signatures": "2.0.0",
"mime": "2.5.2",
"multer": "1.4.2",
"nanoid": "3.1.22",
"node-fetch": "2.6.1",
"node-forge": "0.10.0",
"node-schedule": "2.0.0",
"nodemailer": "6.5.0",
"pubsubhubbub": "1.0.1",
"sanitize-html": "2.3.3",
"winston": "3.3.3",
"winston-daily-rotate-file": "4.5.1"
},
"peerDependencies": {
"react": ">=17.0.2",
"react-dom": ">=17.0.2"
},
"devDependencies": {
"@babel/cli": "7.13.14",
"@babel/core": "7.13.14"
}
}