mirror of
https://github.com/yuzu-emu/shared-hugo-scripts
synced 2024-11-22 11:13:44 +00:00
c319294460
* make the scripts share the same lock file by using a Yarn workspace * replaced winston with fancy-log * replaced sync-exec with execa * add type annotations to some functions
18 lines
459 B
JSON
18 lines
459 B
JSON
{
|
|
"name": "citra-wiki",
|
|
"version": "1.0.0",
|
|
"description": "Used in Citra Hugo to import wiki articles.",
|
|
"homepage": "https://citra-emu.org/",
|
|
"author": "Flame Sage <chris062689@gmail.com>",
|
|
"main": "app.js",
|
|
"dependencies": {
|
|
"checkenv": "^1.2.2",
|
|
"execa": "^6.1.0",
|
|
"fancy-log": "^2.0.0",
|
|
"fs-extra": "^11.1.0",
|
|
"sanitize-html": "^2.8.1"
|
|
},
|
|
"preferGlobal": false,
|
|
"private": true,
|
|
"license": "AGPL-3.0-or-later"
|
|
}
|