{
  "name": "colson-nvim",
  "version": "1.0.41",
  "description": "Colson Nvim: Neovim Code Editor/IDE for Software Engineers!",
  "main": "dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/**/*",
    "nvim/**/*"
  ],
  "scripts": {
    "clean": "del ./dist/*",
    "build": "npm run clean && tsc",
    "postinstall": "node dist/index.js"
  },
  "bin": {
    "colson-nvim": "./dist/index.js",
    "exec": "./dist/index.js"
  },
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/colson0x1/colson-nvim.git"
  },
  "keywords": [
    "colson-nvim",
    "nvim",
    "neovim",
    "neovim ide",
    "neovim code editor",
    "typescript neovim",
    "neovim configuration",
    "neovim plugins",
    "neovim setup",
    "neovim typescript",
    "neovim javascript",
    "dotfiles",
    "nvim config",
    "nvim typescript",
    "nvim javascript",
    "nvim ide",
    "typescript ide",
    "fullstack neovim",
    "neovim fullstack ide",
    "neovim modern development",
    "neovim for software engineers",
    "neovim development environment",
    "colson neovim",
    "neovim lsp",
    "fullstack ide",
    "typescript ide",
    "neovim productivity tools"
  ],
  "author": "COLSON",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/colson0x1/colson-nvim/issues"
  },
  "homepage": "https://github.com/colson0x1/colson-nvim#readme",
  "dependencies": {
    "execa": "^9.4.0",
    "fs-extra": "^11.2.0"
  },
  "devDependencies": {
    "@types/execa": "^0.9.0",
    "@types/fs-extra": "^11.0.4",
    "del-cli": "^5.1.0",
    "typescript": "^5.6.2"
  }
}
