{ "name": "conet", "version": "4.0.4", "license": "MIT", "description": "CoNET", "repository": { "type": "git", "url": "git+https://github.com/QTGate/CoNET.git" }, "author": { "name": "CoNET Technology Inc.", "email": "info@CoNETTech.ca" }, "main": "./core/main", "bugs": { "url": "https://github.com/QTGate/CoNET/issues" }, "homepage": "https://www.CoNETTech.ca", "dependencies": { "async": "^3.2.0", "cookie-parser": "^1.4.5", "core-js": "^3.6.5", "express": "^4.17.1", "jimp": "^0.10.3", "jquery": "^3.5.1", "jszip": "^3.4.0", "knockout": "^3.5.1", "mime-types": "^2.1.27", "node-uuid": "^1.4.8", "nodemailer": "^6.4.6", "openpgp": "^4.10.4", "pug": "^2.0.4", "snapsvg": "^0.5.1", "snyk": "^1.320.2", "socket.io": "^2.3.0", "socket.io-client": "^2.3.0" }, "scripts": { "test": "node core/main test", "start": "node core/main false true" }, "devDependencies": { "@types/async": "^2.4.2", "@types/cleave.js": "^1.4.1", "@types/cookie-parser": "^1.4.2", "@types/express": "^4.17.2", "@types/jcanvas": "^15.2.2", "@types/jquery": "^3.3.31", "@types/jquery.cookie": "^1.4.31", "@types/knockout": "^3.4.66", "@types/openpgp": "0.0.29", "@types/semantic-ui": "^2.2.7", "@types/socket.io": "^1.4.40", "@types/socket.io-client": "^1.4.32", "istanbul": "^0.4.5", "nyc": "^11.9.0", "source-map-support": "^0.5.16" } }