@wujingquan/nest-file-fastify
Version:
fastify-multipart decorators for Nest.js
59 lines (58 loc) • 1.76 kB
JSON
{
"name": "@wujingquan/nest-file-fastify",
"version": "1.0.1",
"description": "fastify-multipart decorators for Nest.js",
"license": "MIT",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"homepage": "https://github.com/wujingquan/nest-file-fastify",
"files": [
"build/src"
],
"keywords": [
"nest",
"nestjs",
"fastify",
"multipart",
"fastify-multipart",
"upload",
"file",
"wujingquan"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "concurrently \"tsc --watch --p tsconfig.lib.json\" \"tsc --watch --p tsconfig.examples.json\"",
"watch": "nodemon ./build/examples/index.js",
"build:ci": "tsc --p tsconfig.lib.json && tsc --p tsconfig.examples.json",
"build": "tsc --p tsconfig.lib.json",
"lint": "eslint \"src/**\" --ext \".js,.jsx,.ts,.tsx\"",
"lint:fix": "npm run lint -- --fix",
"clean": "rimraf build",
"prepublishOnly": "yarn clean && npm run build"
},
"devDependencies": {
"@fastify/multipart": "^8.0.0",
"@nestjs/common": "^10.3.0",
"@nestjs/config": "^3.1.1",
"@nestjs/core": "^10.3.0",
"@nestjs/platform-fastify": "^10.3.0",
"@types/busboy": "^1.5.3",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"concurrently": "^8.2.2",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.0",
"fastify": "^4.25.1",
"nodemon": "^3.0.2",
"prettier": "^3.1.1",
"reflect-metadata": "^0.1.14",
"rimraf": "^5.0.5",
"rxjs": "^7.8.1",
"typescript": "^5.3.3"
}
}