{
  "name": "relili",
  "version": "1.0.2",
  "description": "> ⭐️ 1K이상의 라이브러리를 모아놓는 저장소",
  "bin": {
    "relili": "./bin/relili.js"
  },
  "type": "module",
  "scripts": {
    "relili": "node ./bin/relili.js",
    "parse": "node ./src/parse.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/qkrdmstlr3/react-library-library.git"
  },
  "keywords": [
    "cli",
    "react",
    "library"
  ],
  "author": "shellboy",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/qkrdmstlr3/react-library-library/issues"
  },
  "homepage": "https://github.com/qkrdmstlr3/react-library-library#readme",
  "dependencies": {
    "chalk": "^5.0.1",
    "commander": "^9.3.0",
    "inquirer": "^9.0.0"
  }
}