UNPKG

chamesu

Version:

This package contains all packages of the chat application.

75 lines (74 loc) 2.66 kB
{ "name": "@chamesu/api-core", "version": "1.0.0", "description": "", "main": "./dist/index.js", "typings": "./dist/index.d.ts", "scripts": { "dev": "ts-node src/index.ts", "dev-watch": "nodemon --legacy-watch --watch 'src/**/*.ts' --exec 'ts-node src/index.ts'", "build": "rimraf dist/ && tsc -p tsconfig.build.json", "start": "node dist/index.js", "cli": "ts-node src/cli/index.ts", "test": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 NODE_ENV=test jest --config ./test/jest.config.js --detectOpenHandles --runInBand --testTimeout=8000 --forceExit", "test:coverage": "npm run test -- --coverage", "test:watch": "npm run test -- --watch", "migration:create": "ts-node ../../node_modules/typeorm/cli.js migration:create -n" }, "keywords": [], "author": { "name": "Peter Placzek", "email": "tadashi@animesu.net", "url": "https://tada5hi.net" }, "license": "MIT", "dependencies": { "@decorators/di": "^1.0.3", "@decorators/express": "^2.6.0", "@socket.io/redis-emitter": "^4.1.1", "@trapi/client": "^2.0.5", "@trapi/swagger": "^0.2.15", "@typescript-auth/domains": "^0.0.28", "@typescript-auth/server-core": "^1.0.6", "@typescript-error/http": "^1.1.3", "amqp-extension": "^1.0.1", "body-parser": "^1.19.2", "cors": "^2.8.5", "dotenv": "^16.0.0", "express": "^4.17.3", "express-prom-bundle": "^6.4.1", "express-rate-limit": "^6.2.1", "express-validator": "^6.14.0", "multer": "^1.4.2", "mysql": "^2.18.1", "node-schedule": "^1.3.2", "ora": "^6.1.0", "pubsub-js": "^1.9.0", "sanitize-html": "^2.3.0", "sharp": "^0.27.0", "swagger-ui-express": "^4.3.0", "typeorm": "^0.2.45", "typeorm-extension": "^1.2.0", "validator": "^13.1.17", "winston": "^3.6.0", "yargs": "^17.0.1", "yup": "^0.32.11" }, "devDependencies": { "@types/cookie-parser": "^1.4.2", "@types/cors": "^2.8.7", "@types/dotenv": "^8.2.0", "@types/express": "^4.17.9", "@types/multer": "^1.4.5", "@types/node-schedule": "^1.3.0", "@types/pubsub-js": "^1.8.1", "@types/sanitize-html": "^2.3.2", "@types/sharp": "^0.27.1", "@types/swagger-ui-express": "^4.1.3", "@types/validator": "^13.1.0", "@types/yargs": "^17.0.9", "@types/yup": "^0.29.8", "nodemon": "^2.0.15", "ts-node": "^10.6.0" } }