UNPKG

tspace-nfs

Version:

tspace-nfs is a Network File System (NFS) and provides both server and client capabilities for accessing files over a network.

60 lines (59 loc) 1.74 kB
{ "name": "tspace-nfs", "version": "1.2.0", "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/**/*.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": { "archiver": "7.0.1", "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.7", "tspace-utils": "1.0.4", "xml": "1.0.1" }, "devDependencies": { "@types/archiver": "6.0.3", "@types/bcrypt": "5.0.2", "@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", "terser": "5.34.1" } }