{ "name": "@hibas123/secure-file-wrapper", "version": "2.5.2", "main": "lib/index.js", "author": "Fabian Stamm ", "license": "MIT", "types": "lib/index.d.ts", "scripts": { "build": "tsc", "watch": "tsc --watch", "prepublishOnly": "tsc", "test": "mocha lib/test.js" }, "dependencies": { "@hibas123/utils": "^2.1.0", "cross-fetch": "^4.0.0", "uuid": "^10.0.0" }, "devDependencies": { "@types/chai": "^4.1.4", "@types/mocha": "^10.0.7", "@types/node": "^20.14.8", "@types/uuid": "^10.0.0", "chai": "^5.1.1", "mocha": "^10.4.0", "typescript": "^5.5.2" } }