cordis/package.json

33 lines
721 B
JSON
Raw Normal View History

2021-10-30 17:26:41 +00:00
{
"name": "cordis-ts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {},
"author": "",
"license": "ISC",
"dependencies": {
"@electron/remote": "^2.0.1",
"@types/stack-trace": "^0.0.29",
"colors": "^1.4.0",
"file-type": "^16.5.3",
"image-size": "^1.0.0",
"moment": "^2.29.1",
"pg": "^8.7.1",
"sharp": "^0.29.2",
"socket.io": "^4.3.1",
"socket.io-client": "^4.3.2",
"sqlite": "^4.0.23",
"sqlite3": "^5.0.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/node": "^16.11.4",
"@types/pg": "^8.6.1",
"@types/sharp": "^0.29.2",
"@types/uuid": "^8.3.1",
"electron": "^15.3.0",
"typescript": "^4.4.4"
}
}