shared-hugo-scripts/compatdb/package.json
liushuyu d2281f0a08 compatdb: update dependencies...
... replace `tomlify-j0.4` with `toml` and `request` with `node-fetch`
2021-01-12 17:50:46 -07:00

20 lines
490 B
JSON

{
"name": "citra-twitter",
"version": "1.0.0",
"description": "Used in Citra Hugo to import Twitter tweets.",
"homepage": "https://citra-emu.org/",
"author": "Flame Sage <chris062689@gmail.com>",
"main": "app.js",
"dependencies": {
"@iarna/toml": "^2.2.5",
"checkenv": "^1.2.2",
"fs-extra": "^9.0.1",
"node-fetch": "^2.6.1",
"sync-exec": "^0.6.2",
"winston": "^3.3.3"
},
"preferGlobal": false,
"private": true,
"license": "AGPL-3.0-or-later"
}