{
  "name": "as-known-as",
  "version": "1.3.0",
  "description": "Alias Bash Command on Steroids",
  "main": "bin/index.js",
  "scripts": {
    "lint": "eslint . --ext .js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "preferGlobal": true,
  "bin": {
    "aka": "./bin/index.js"
  },
  "keywords": [
    "shell",
    "terminal",
    "cmd",
    "node",
    "snippets",
    "scripts",
    "bash",
    "alias",
    "abbreviation",
    "productivity"
  ],
  "author": "Nir Elbaz <nire0510>",
  "repository": {
    "type": "git",
    "url": "https://github.com/nire0510/aka"
  },
  "license": "ISC",
  "dependencies": {
    "colors": "^1.4.0",
    "commander": "^14.0.0",
    "getv": "^1.1.1",
    "inquirer": "^12.6.3",
    "node-persist": "3.1.1",
    "string-argv": "0.3.2"
  },
  "devDependencies": {
    "eslint": "^8.19.0",
    "eslint-plugin-import": "^2.26.0"
  }
}
