Skip to content
Snippets Groups Projects
package.json 1.24 KiB
Newer Older
{
	"name": "rocketchat-authorization",
	"version": "1.0.0",
	"description": "Rocket.Chat Authorization service",
	"main": "index.js",
	"scripts": {
		"dev": "pm2 start ecosystem.config.js",
		"pm2": "pm2",
		"start": "ts-node index.ts",
		"typecheck": "tsc --noEmit --skipLibCheck",
		"build": "tsc",
		"build-containers": "npm run build && docker-compose build && rm -rf ./dist",
		"test": "echo \"Error: no test specified\" && exit 1"
	},
	"keywords": [
		"rocketchat"
	],
	"author": "Rocket.Chat",
	"license": "MIT",
	"dependencies": {
		"body-parser": "^1.19.0",
		"cookie": "^0.4.1",
		"cookie-parser": "^1.4.5",
		"ejson": "^2.2.0",
		"eventemitter3": "^4.0.7",
		"express": "^4.17.1",
		"jaeger-client": "^3.18.1",
		"mem": "^6.1.0",
		"moleculer": "^0.14.10",
		"mongodb": "^3.6.9",
		"nats": "^1.4.8",
		"sodium-native": "^3.2.1",
		"sodium-plus": "^0.9.0",
		"underscore.string": "^3.3.5",
		"uuid": "^7.0.3",
	},
	"devDependencies": {
		"@types/cookie": "^0.4.0",
		"@types/cookie-parser": "^1.4.2",
		"@types/ejson": "^2.1.2",
		"@types/express": "^4.17.11",
		"@types/mongodb": "^3.6.18",
		"@types/node": "^14.6.4",
		"@types/ws": "^7.2.6",
		"pm2": "^4.4.1",
		"ts-node": "^9.0.0",
		"typescript": "^4.3.4"