2018-01-13 05:20:33 +00:00
|
|
|
{
|
|
|
|
"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",
|
2020-07-05 22:24:18 +00:00
|
|
|
"fs-extra": "^9.0.1",
|
2021-01-13 00:48:59 +00:00
|
|
|
"sanitize-html": "^2.3.0",
|
2018-01-13 05:20:33 +00:00
|
|
|
"sync-exec": "^0.6.2",
|
2020-07-05 22:24:18 +00:00
|
|
|
"winston": "^3.3.3"
|
2018-01-13 05:20:33 +00:00
|
|
|
},
|
|
|
|
"preferGlobal": false,
|
|
|
|
"private": true,
|
2018-05-12 23:04:23 +00:00
|
|
|
"license": "AGPL-3.0-or-later"
|
2018-01-13 05:20:33 +00:00
|
|
|
}
|