old-automod/api/package.json
snyk-bot 5dfa1baad3
fix: api/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-QS-3153490
2023-03-15 15:54:54 +00:00

36 lines
771 B
JSON

{
"name": "api",
"version": "1.0.0",
"description": "",
"exports": "./index",
"type": "module",
"scripts": {
"build": "rm -rf dist && tsc",
"start": "node --experimental-specifier-resolution=node dist/index",
"dev": "yarn build && yarn start"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/express": "^4.17.13",
"@types/monk": "^6.0.0",
"@types/ws": "^8.2.2",
"automod": "^0.1.0",
"dotenv": "^14.2.0",
"express": "^4.17.3",
"log75": "^2.2.0",
"monk": "^7.3.4",
"redis": "^4.2.0",
"ulid": "^2.3.0",
"ws": "^8.4.2"
},
"devDependencies": {
"typescript": "^4.5.5"
},
"packageManager": "yarn@3.2.1",
"resolutions": {
"automod": "portal:../lib"
}
}