{
"name": "@eslegant/cli",
"version": "0.1.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint ."
},
"keywords": [],
"author": {
"email": "contact.guz013@gmail.com",
"name": "Gustavo \"Guz\" L. de Mello",
"url": "https://guz.one"
"module": "./src/index.js",
"source": "./src/index.js",
"files": [
"src",
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/LoredDev/ESLegant",
"type": "module",
"repository": {
"directory": "packages/config",
"type": "git",
"url": "https://github.com/LoredDev/ESLegant"
"license": "MIT",
"dependencies": {
"cardinal": "^2.1.1",
"commander": "^11.0.0",
"nanospinner": "^1.1.0",
"picocolors": "^1.0.0",
"picomatch": "^2.3.1",
"prompts": "^2.4.2",
"recast": "^0.23.4",
"sisteransi": "^1.0.5",
"yaml": "^2.3.1"
"devDependencies": {
"@types/estree": "^1.0.1",
"@types/node": "^20.5.3",
"@types/prompts": "^2.4.4"
"publishConfig": {
"access": "public"
}