{
  "devDependencies": {
    "@types/inquirer": "^9.0.3",
    "@types/node": "^18.17.12",
    "typescript": "^5.0.4"
  },
  "dependencies": {
    "fs": "^0.0.1-security",
    "inquirer": "^9.1.5"
  },
  "name": "dotman",
  "version": "1.0.0",
  "description": "Manage dotfiles in multiple machines easily",
  "main": "app.js",
  "type": "module",
  "bin": {
    "dotman": "app.js"
  },
  "directories": {
    "lib": "lib"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/splitscale/dotman.git"
  },
  "bugs": {
    "url": "https://github.com/splitscale/dotman/issues"
  },
  "homepage": "https://github.com/splitscale/dotman#readme",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "dev": "npx tsc -w",
    "build": "npx tsc",
    "preview": "npx tsc && npm link",
    "clean": "npm unlink"
  },
  "author": "Jerome R. Cabugwason",
  "license": "MIT"
}
