{ "name": "@hibas123/secure-file-wrapper", "version": "2.4.0", "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.0.0", "cross-fetch": "^3.0.1", "uuid": "^3.3.2" }, "devDependencies": { "@types/chai": "^4.1.4", "@types/mocha": "^5.2.6", "@types/node": "^11.11.6", "@types/node-fetch": "^2.1.7", "@types/uuid": "^3.4.4", "chai": "^4.1.2", "mocha": "^6.0.2", "typescript": "^3.3.4000" } }