@vulppi/intrest
Version:
Backend kit make by Vulppi
117 lines (116 loc) • 2.69 kB
JSON
{
"name": "@vulppi/intrest",
"version": "0.20.0",
"description": "Backend kit make by Vulppi",
"license": "MIT",
"author": {
"name": "Renato Rodrigues",
"email": "renato@vulppi.dev"
},
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/vulppi-dev/intrest.git"
},
"keywords": [
"adaptable",
"api-rest",
"api",
"automatic",
"backend",
"dotenv-expand",
"dotenv",
"esbuild",
"express",
"framework",
"http-status-codes",
"http-status",
"http",
"intrest",
"intelli",
"kit",
"rest-api",
"rest",
"restful",
"scalable",
"status-codes",
"stream-api",
"stream",
"streaming-api",
"streaming",
"streams",
"thread",
"threads",
"typescript",
"vulppi",
"worker-thread",
"worker-threads",
"worker",
"workers"
],
"main": "dist/lib/index.mjs",
"module": "dist/lib/index.mjs",
"types": "types/index.d.ts",
"bin": {
"@vulppi/intrest": "./bin/index.mjs",
"intrest": "./bin/index.mjs",
"irest": "./bin/index.mjs"
},
"exports": {
".": {
"import": "./dist/lib/index.mjs",
"default": "./dist/lib/index.mjs"
},
"./types/*": {
"types": "./types/*"
}
},
"scripts": {
"dev": "node scripts/dev.mjs",
"build": "node scripts/build.mjs",
"bench": "node scripts/bench.mjs",
"test": "run-s build test:start",
"test:start": "uvu -r dotenv-expand/config -r esbuild-register"
},
"dependencies": {
"@esbuild-plugins/tsconfig-paths": "^0.1.2",
"@vulppi/toolbelt": "^0.7.1",
"busboy": "^1.6.0",
"chalk": "^5.3.0",
"chokidar": "^3.5.3",
"concat-stream": "^2.0.0",
"cookie": "^0.6.0",
"devcert": "^1.2.2",
"dotenv": "^16.3.1",
"dotenv-expand": "^10.0.0",
"esbuild": "^0.19.9",
"fast-xml-parser": "^4.3.2",
"get-tsconfig": "^4.7.2",
"glob": "^10.3.10",
"http-status-codes": "^2.3.0",
"inquirer": "^9.2.12",
"lodash": "^4.17.21",
"mime-types": "^2.1.35",
"ms": "^2.1.3",
"range-parser": "^1.2.1",
"selfsigned": "^2.4.1",
"set-cookie-parser": "^2.6.0",
"typescript": "^5.3.3",
"valibot": "^0.24.1",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/busboy": "^1.5.3",
"@types/concat-stream": "^2.0.3",
"@types/cookie": "^0.6.0",
"@types/inquirer": "^9.0.7",
"@types/lodash": "^4.14.202",
"@types/mime-types": "^2.1.4",
"@types/ms": "^0.7.34",
"@types/node": "^20.10.4",
"@types/range-parser": "^1.2.7",
"@types/set-cookie-parser": "^2.4.7",
"@types/yargs": "^17.0.32",
"npm-run-all": "^4.1.5"
}
}