wasm-rdp/filegateway/package.json

21 lines
499 B
JSON

{
"name": "filegateway",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "cd node_modules/@awo00/smb2 && npm install && npm run build"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^20.12.8",
"typescript": "^5.4.5"
},
"dependencies": {
"@awo00/smb2": "https://github.com/awo00/smb2/archive/v1.1.0.tar.gz",
"express": "^4.19.2"
}
}