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