{
  "name": "tspace-nfs",
  "version": "1.1.9",
  "description": "tspace-nfs is a Network File System (NFS) and provides both server and client capabilities for accessing files over a network.",
  "main": "./build/lib/index.js",
  "types": "./build/lib/index.d.ts",
  "files": [
    "build"
  ],
  "type": "commonjs",
  "repository": {
    "type": "git",
    "url": "https://github.com/thanathip41/tspace-nfs.git"
  },
  "keywords": [
    "tspace",
    "tspace-nfs",
    "nfs",
    "network file system"
  ],
  "author": "Thanathip (https://github.com/thanathip41)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/thanathip41/tspace-nfs"
  },
  "homepage": "https://github.com/thanathip41",
  "scripts": {
    "build": "tsc && copyfiles -u 3 src/lib/server/studio/**/*.html build/lib/server",
    "prepare": "npm run build",
    "beta": "npm run build && npm publish --tag beta",
    "release": "npm run build && npm publish",
    "client": "ts-node test/client.ts",
    "server": "ts-node test/server.ts",
    "test": "ts-node src/tests/client.test.ts"
  },
  "dependencies": {
    "axios": "1.7.2",
    "bcrypt": "5.1.1",
    "fs-extra": "^11.2.0",
    "html-minifier-terser": "^7.2.0",
    "jsonwebtoken": "9.0.2",
    "node-cron": "^3.0.3",
    "tspace-spear": "1.1.5",
    "tspace-utils": "1.0.4",
    "xml": "1.0.1"
  },
  "devDependencies": {
    "@types/bcrypt": "^5.0.2",
    "@types/express": "^5.0.0",
    "@types/express-fileupload": "^1.5.1",
    "@types/fs-extra": "^11.0.4",
    "@types/html-minifier-terser": "^7.0.2",
    "@types/jsonwebtoken": "^9.0.6",
    "@types/node-cron": "^3.0.11",
    "@types/xml": "^1.0.11",
    "copyfiles": "^2.4.1",
    "express": "^4.21.1",
    "express-fileupload": "^1.5.1",
    "terser": "^5.34.1"
  }
}
