@cruncheevos/cli
Version:
Maintain achievement sets for RetroAchievements.org using JavaScript, an alternative to RATools
54 lines (53 loc) • 1.29 kB
JSON
{
"name": "@cruncheevos/cli",
"version": "0.0.8",
"description": "Maintain achievement sets for RetroAchievements.org using JavaScript, an alternative to RATools",
"keywords": [
"retroachievements",
"achievements",
"cli"
],
"homepage": "https://github.com/suXinjke/cruncheevos",
"bugs": "https://github.com/suXinjke/cruncheevos/issues",
"repository": {
"type": "git",
"url": "https://github.com/suXinjke/cruncheevos.git",
"directory": "packages/cli"
},
"license": "MIT",
"type": "module",
"bin": {
"cruncheevos": "./dist/bin.js"
},
"files": [
"dist",
"*.md"
],
"scripts": {
"build": "tsc --project tsconfig.build.json",
"typecheck": "tsc --project tsconfig.json"
},
"dependencies": {
"@commander-js/extra-typings": "^12.1.0",
"@cruncheevos/core": "~0.0.0",
"chalk": "^5.3.0",
"commander": "^12.1.0",
"dotenv": "^16.4.5",
"json-diff": "^1.0.6",
"node-fetch": "^3.3.2",
"prettier": "^3.3.3",
"prompts": "^2.4.2",
"table": "^6.8.2"
},
"devDependencies": {
"@cruncheevos/tsconfig": "*",
"@types/json-diff": "^1.0.3",
"@types/prompts": "^2.4.9",
"immer": "^10.1.1",
"memfs": "^4.14.0",
"msw": "^2.7.0"
},
"engines": {
"node": ">=20"
}
}