OSSecureFileWrapper/package.json
2024-06-22 16:47:48 +02:00

28 lines
691 B
JSON

{
"name": "@hibas123/secure-file-wrapper",
"version": "2.5.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": "^2.1.0",
"cross-fetch": "^4.0.0",
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/chai": "^4.1.4",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.8",
"@types/uuid": "^10.0.0",
"chai": "^5.1.1",
"mocha": "^10.4.0",
"typescript": "^5.5.2"
}
}