{ "name": "@thream/api", "version": "0.0.1", "description": "Thream's application programming interface to stay close with your friends and communities.", "private": true, "repository": { "type": "git", "url": "https://github.com/Thream/api" }, "engines": { "node": ">=16.0.0", "npm": ">=8.0.0" }, "scripts": { "build": "rimraf ./build && swc ./src --out-dir ./build && tsc", "start": "cross-env NODE_ENV=production node build/index.js", "dev": "concurrently -k -n \"TypeScript,Node\" -p \"[{name}]\" -c \"blue,green\" \"swc ./src --out-dir ./build --watch\" \"cross-env NODE_ENV=development nodemon build/index.js\"", "generate": "plop", "lint:commit": "commitlint", "lint:editorconfig": "editorconfig-checker", "lint:markdown": "markdownlint \"**/*.md\" --dot --ignore-path \".gitignore\"", "lint:typescript": "eslint \"**/*.{js,jsx,ts,tsx}\" --ignore-path \".gitignore\"", "lint:prettier": "prettier \".\" --check", "lint:staged": "lint-staged", "test": "jest", "prisma:generate": "prisma generate", "prisma:studio": "prisma studio", "prisma:migrate:dev": "prisma migrate dev", "prisma:migrate:deploy": "prisma migrate deploy", "release": "semantic-release", "postinstall": "husky install" }, "dependencies": { "@prisma/client": "3.9.1", "@sinclair/typebox": "0.23.3", "@thream/socketio-jwt": "2.1.1", "axios": "0.25.0", "bcryptjs": "2.4.3", "dotenv": "16.0.0", "ejs": "3.1.6", "fastify": "3.27.1", "fastify-cors": "6.0.2", "fastify-helmet": "7.0.1", "fastify-multipart": "5.3.0", "fastify-plugin": "3.0.1", "fastify-rate-limit": "5.7.0", "fastify-sensible": "3.1.2", "fastify-static": "4.5.0", "fastify-swagger": "4.14.0", "fastify-url-data": "3.0.3", "http-errors": "2.0.0", "jsonwebtoken": "8.5.1", "ms": "2.1.3", "nodemailer": "6.7.2", "read-pkg": "5.2.0", "socket.io": "4.4.1" }, "devDependencies": { "@commitlint/cli": "16.1.0", "@commitlint/config-conventional": "16.0.0", "@saithodev/semantic-release-backmerge": "2.1.0", "@swc/cli": "0.1.55", "@swc/core": "1.2.136", "@swc/jest": "0.2.17", "@types/bcryptjs": "2.4.2", "@types/busboy": "1.3.0", "@types/ejs": "3.1.0", "@types/http-errors": "1.8.2", "@types/jest": "27.4.0", "@types/jsonwebtoken": "8.5.8", "@types/ms": "0.7.31", "@types/node": "17.0.15", "@types/nodemailer": "6.4.4", "@typescript-eslint/eslint-plugin": "4.33.0", "concurrently": "7.0.0", "cross-env": "7.0.3", "editorconfig-checker": "4.0.2", "eslint": "7.32.0", "eslint-config-prettier": "8.3.0", "eslint-config-standard-with-typescript": "21.0.1", "eslint-plugin-import": "2.25.4", "eslint-plugin-node": "11.1.0", "eslint-plugin-prettier": "4.0.0", "eslint-plugin-promise": "5.1.1", "eslint-plugin-unicorn": "40.1.0", "husky": "7.0.4", "jest": "27.5.0", "jest-mock-extended": "2.0.4", "jest-ts-webcompat-resolver": "1.0.0", "lint-staged": "12.3.3", "markdownlint-cli": "0.31.0", "nodemon": "2.0.15", "plop": "3.0.5", "prettier": "2.5.1", "prisma": "3.9.1", "rimraf": "3.0.2", "semantic-release": "19.0.2", "typescript": "4.5.5" } }