{ "name": "@hibas123/secure-file-wrapper", "version": "2.5.1", "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": "^3.0.4", "uuid": "^3.3.2" }, "devDependencies": { "@types/chai": "^4.1.4", "@types/mocha": "^5.2.7", "@types/node": "^12.0.12", "@types/node-fetch": "^2.3.7", "@types/uuid": "^3.4.5", "chai": "^4.1.2", "mocha": "^6.1.4", "typescript": "^3.5.2" } }