2018-04-26 02:57:39 +00:00
|
|
|
{
|
2023-01-23 01:38:13 +00:00
|
|
|
"name": "citra-compatdb",
|
2018-04-26 02:57:39 +00:00
|
|
|
"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": {
|
2021-01-13 00:42:01 +00:00
|
|
|
"@iarna/toml": "^2.2.5",
|
2018-05-15 01:34:05 +00:00
|
|
|
"checkenv": "^1.2.2",
|
2023-01-23 01:38:13 +00:00
|
|
|
"execa": "^6.1.0",
|
|
|
|
"fancy-log": "^2.0.0",
|
|
|
|
"fs-extra": "^11.1.0",
|
|
|
|
"node-fetch": "^2.6.1"
|
2018-04-26 02:57:39 +00:00
|
|
|
},
|
|
|
|
"preferGlobal": false,
|
|
|
|
"private": true,
|
2018-05-12 23:04:23 +00:00
|
|
|
"license": "AGPL-3.0-or-later"
|
2018-04-26 02:57:39 +00:00
|
|
|
}
|