{
  "name": "@winkgroup/mega-cmd",
  "version": "1.2.17",
  "description": "Wrapper library for mega.nz command line tools",
  "main": "./build/index.js",
  "types": "./build/index.d.ts",
  "files": [
    "build/**/*"
  ],
  "scripts": {
    "test": "npx jest",
    "clean": "rm -rf build",
    "build": "npm run clean && npx tsc",
    "playground": "npx ts-node-dev src/test.ts",
    "publish": "npm publish --access public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/WINKgroup/mega-cmd.git"
  },
  "keywords": [
    "mega"
  ],
  "author": "winksrl",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/WINKgroup/mega-cmd/issues"
  },
  "homepage": "https://github.com/WINKgroup/mega-cmd#readme",
  "dependencies": {
    "@winkgroup/cmd": "^1.2.1",
    "@winkgroup/console-log": "^1.0.9",
    "@winkgroup/event-queue": "^1.0.0",
    "@winkgroup/misc": "^1.5.5",
    "@winkgroup/network": "^1.1.4",
    "axios": "^1.2.1",
    "lodash": "^4.17.21",
    "socket.io": "^4.5.4"
  },
  "devDependencies": {
    "@types/jest": "^29.2.4",
    "@types/lodash": "^4.14.191",
    "@types/node": "^18.11.17",
    "@winkgroup/webserver": "^1.2.0",
    "express": "^4.18.2",
    "jest": "^29.3.1",
    "ts-jest": "^29.0.3",
    "ts-node": "^10.9.1",
    "typescript": "^4.9.4"
  }
}
