@guoyunhe/rgi-libretro
Version:
CLI to export RetroGameIndex images to libretro-thumbnails
65 lines • 1.51 kB
JSON
{
"name": "@guoyunhe/rgi-libretro",
"version": "0.0.7",
"description": "CLI to export RetroGameIndex images to libretro-thumbnails",
"keywords": [
"retro-game",
"node",
"cli"
],
"homepage": "https://github.com/guoyunhe/rgi-libretro#readme",
"bugs": {
"url": "https://github.com/guoyunhe/rgi-libretro/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/guoyunhe/rgi-libretro.git"
},
"author": {
"name": "Guo Yunhe",
"email": "i@guoyunhe.me"
},
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"typings": "dist/dts/index.d.ts",
"bin": {
"rgi-libretro": "dist/cjs/bin/rgi-libretro.js"
},
"files": [
"dist",
"CHANGELOG.md",
"LICENSE",
"README.md"
],
"prettier": {
"printWidth": 120,
"singleQuote": true
},
"eslintConfig": {
"extends": "@guoyunhe/node-scripts"
},
"jest": {
"preset": "@guoyunhe/node-scripts",
"testTimeout": 100000
},
"dependencies": {
"@guoyunhe/downloader": "^1.0.0",
"axios": "^1.2.4",
"commander": "^9.5.0"
},
"devDependencies": {
"@guoyunhe/node-scripts": "^1.7.1",
"@tsconfig/node16": "^1.0.3",
"@types/jest": "^29.4.0",
"@types/node": "^16.18.11",
"jest-mock-console": "^2.0.0",
"typescript": "^4.9.4"
},
"scripts": {
"build": "node-scripts build",
"format": "node-scripts format",
"lint": "node-scripts lint",
"test": "node-scripts test",
"watch": "node-scripts watch"
}
}