This repository has been archived on 2019-08-30. You can view files and clone it, but cannot push or open issues or pull requests.
SecureFileWrapper/package.json

27 lines
670 B
JSON

{
"name": "secure-file-wrapper",
"version": "2.0.0",
"main": "lib/index.js",
"author": "Fabian Stamm <dev@fabianstamm.de>",
"license": "MIT",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"prepublish": "tsc",
"test": "mocha lib/test.js"
},
"dependencies": {
"isomorphic-fetch": "^2.2.1"
},
"devDependencies": {
"@types/chai": "^4.1.4",
"@types/isomorphic-fetch": "^0.0.34",
"@types/mocha": "^5.2.2",
"@types/node": "^10.12.18",
"@types/node-fetch": "^2.1.4",
"chai": "^4.1.2",
"mocha": "^5.2.0",
"typescript": "^3.2.2"
}
}