{
  "name": "remac",
  "version": "0.0.1",
  "description": "run executable files remotely from anywhere",
  "main": "bin/cli.js",
  "repository": "https://github.com/xencodes/remac",
  "author": "xencodes <xencodes@icloud.com>",
  "license": "MIT",
  "private": false,
  "files": [
    "bin",
    "dist",
    "next.config.js"
  ],
  "bin": {
    "remac": "dist/bin/remac.js"
  },
  "scripts": {
    "dev": "NODE_ENV=development ts-node --project tsconfig.server.json src/index.ts",
    "build": "next build && npx tsc -p tsconfig.server.json",
    "build:server": "npx tsc -p tsconfig.server.json",
    "publish": "yarn build && rm -rf dist/cache && np",
    "start": "next start",
    "lint": "next lint"
  },
  "dependencies": {
    "@chakra-ui/react": "^1.7.3",
    "@emotion/react": "^11",
    "@emotion/styled": "^11",
    "@fontsource/open-sans": "^4.5.2",
    "@fontsource/ubuntu": "^4.5.0",
    "colors": "^1.4.0",
    "commander": "^8.3.0",
    "configstore": "4.0.0",
    "express": "^4.17.2",
    "framer-motion": "^4",
    "next": "12.0.7",
    "pidusage": "^3.0.0",
    "react": "17.0.2",
    "react-dom": "17.0.2",
    "use-http": "^1.0.26"
  },
  "devDependencies": {
    "@types/configstore": "^5.0.1",
    "@types/express": "^4.17.13",
    "@types/node": "17.0.4",
    "@types/pidusage": "^2.0.2",
    "@types/react": "17.0.38",
    "eslint": "8.5.0",
    "eslint-config-next": "12.0.7",
    "ts-node": "^10.4.0",
    "typescript": "4.5.4"
  }
}
