shared-hugo-scripts/compatdb/package.json
liushuyu c319294460
tree-wide: restructuring ...
* 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
2023-01-22 22:04:36 -07:00

20 lines
490 B
JSON

{
"name": "citra-compatdb",
"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",
"execa": "^6.1.0",
"fancy-log": "^2.0.0",
"fs-extra": "^11.1.0",
"node-fetch": "^2.6.1"
},
"preferGlobal": false,
"private": true,
"license": "AGPL-3.0-or-later"
}