{ "name": "@thream/file-uploads-api", "version": "1.0.0", "description": "Thream's application programming interface to upload files.", "private": true, "type": "module", "repository": { "type": "git", "url": "https://github.com/Thream/file-uploads-api" }, "engines": { "node": ">=16.0.0", "npm": ">=8.0.0" }, "scripts": { "build": "rimraf ./build && swc ./src --out-dir ./build && tsc", "build:dev": "swc ./src --out-dir ./build --watch", "start": "node build/index.js", "dev": "concurrently -k -n \"TypeScript,Node\" -p \"[{name}]\" -c \"blue,green\" \"npm run build:dev\" \"cross-env NODE_ENV=development nodemon build/index.js\"", "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 --ignore-path \".gitignore\"", "lint:staged": "lint-staged", "release": "semantic-release", "postinstall": "husky install" }, "dependencies": { "@sinclair/typebox": "0.23.4", "dotenv": "16.0.0", "fastify": "3.28.0", "fastify-cors": "6.0.3", "fastify-helmet": "7.0.1", "fastify-multipart": "5.3.1", "fastify-plugin": "3.0.1", "fastify-rate-limit": "5.8.0", "fastify-sensible": "3.1.2", "fastify-static": "4.6.1", "fastify-swagger": "5.1.0", "http-errors": "2.0.0", "read-pkg": "7.1.0" }, "devDependencies": { "@commitlint/cli": "16.2.3", "@commitlint/config-conventional": "16.2.1", "@saithodev/semantic-release-backmerge": "2.1.2", "@semantic-release/git": "10.0.1", "@swc/cli": "0.1.57", "@swc/core": "1.2.164", "@types/busboy": "1.5.0", "@types/http-errors": "1.8.2", "@types/node": "17.0.23", "@typescript-eslint/eslint-plugin": "5.18.0", "concurrently": "7.1.0", "cross-env": "7.0.3", "editorconfig-checker": "4.0.2", "eslint": "8.12.0", "eslint-config-conventions": "2.0.0", "eslint-config-prettier": "8.5.0", "eslint-plugin-import": "2.26.0", "eslint-plugin-prettier": "4.0.0", "eslint-plugin-promise": "6.0.0", "eslint-plugin-unicorn": "42.0.0", "husky": "7.0.4", "lint-staged": "12.3.7", "markdownlint-cli": "0.31.1", "nodemon": "2.0.15", "prettier": "2.6.2", "rimraf": "3.0.2", "semantic-release": "19.0.2", "typescript": "4.6.3" } }