{ "name": "secure-file-wrapper", "version": "1.0.2", "main": "index.js", "author": "Fabian Stamm ", "license": "MIT", "types": "index.d.ts", "scripts": { "build": "tsc", "test": "nodeunit test.js" }, "dependencies": { "node-fetch": "^1.7.3", "node-rsa": "^0.4.2" }, "devDependencies": { "@types/node": "^9.4.0", "@types/node-fetch": "^1.6.7", "@types/node-rsa": "^0.4.1", "nodeunit": "^0.11.2", "typescript": "^2.6.2" } }