OSSecureFileWrapper/package.json

29 lines
755 B
JSON

{
"name": "@hibas123/secure-file-wrapper",
"version": "2.3.2",
"main": "lib/index.js",
"author": "Fabian Stamm <dev@fabianstamm.de>",
"license": "MIT",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"prepublishOnly": "tsc",
"test": "mocha lib/test.js"
},
"dependencies": {
"@hibas123/utils": "^1.0.1",
"cross-fetch": "^3.0.1",
"uuid": "^3.3.2"
},
"devDependencies": {
"@types/chai": "^4.1.4",
"@types/mocha": "^5.2.6",
"@types/node": "^11.10.5",
"@types/node-fetch": "^2.1.6",
"@types/uuid": "^3.4.4",
"chai": "^4.1.2",
"mocha": "^6.0.2",
"typescript": "^3.3.3333"
}
}