shared-hugo-scripts/wiki/package.json
2020-07-05 16:24:18 -06:00

19 lines
462 B
JSON

{
"name": "citra-wiki",
"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": {
"checkenv": "^1.2.2",
"fs-extra": "^9.0.1",
"sanitize-html": "^1.27.0",
"sync-exec": "^0.6.2",
"winston": "^3.3.3"
},
"preferGlobal": false,
"private": true,
"license": "AGPL-3.0-or-later"
}