12345678910111213141516171819202122232425262728 |
- {
- "name": "messagesynchronisation",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "build": "tsc -p tsconfig.json",
- "start": "node test/test.js",
- "start2": "node test/test2.js",
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "https://swopt.com:3000/enzo/MessageSynchronisation.git"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "@types/node": "^18.11.18",
- "dotenv": "^16.0.3",
- "jsonschema": "^1.4.1",
- "mongoose": "^6.9.0",
- "rfdc": "^1.3.0",
- "rxjs": "^7.8.0",
- "typescript": "^4.9.4",
- "uuid": "^9.0.0"
- }
- }
|