{
  "name": "mana-cal",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "types": "module",
  "bin":  {
"manaheel-cal":"./bin/index.js"
  }
  ,
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "type": "module",
  "author": "",
  "license": "ISC",
  "dependencies": {

    "@types/chalk-animation": "^1.6.1",
    "chalk": "^5.1.2",
    "chalk-animation": "^2.0.3",
    "inquirer": "^9.1.4"
  },
  "devDependencies": {
    "@types/inquirer": "^9.0.3",
    "@types/node": "^18.11.9"
  }
}
