{ "name": "secure-file-wrapper", "version": "1.1.0", "main": "index.js", "author": "Fabian Stamm ", "license": "MIT", "types": "index.d.ts", "scripts": { "build": "tsc", "watch": "tsc --watch", "test": "mocha test.js" }, "dependencies": { "blob-to-buffer": "^1.2.7", "isomorphic-fetch": "^2.2.1", "node-rsa": "^0.4.2" }, "devDependencies": { "@types/blob-to-buffer": "^1.2.0", "@types/chai": "^4.1.4", "@types/isomorphic-fetch": "^0.0.34", "@types/mocha": "^5.2.2", "@types/node": "^9.4.0", "@types/node-fetch": "^1.6.7", "@types/node-rsa": "^0.4.1", "chai": "^4.1.2", "mocha": "^5.2.0", "nodeunit": "^0.11.2", "typescript": "^2.6.2" } }