UNPKG

towers-express

Version:

Fast and simple express api creation with custom user's functions, built with TypeScript.

38 lines 885 B
{ "name": "towers-express", "version": "1.1.2", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "repository": { "type": "git", "url": "https://github.com/TorresOwO/towers-express" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsup", "dev": "tsup --watch" }, "author": "MrTowers", "license": "MIT", "description": "Fast and simple express api creation with custom user's functions, built with TypeScript.", "keywords": [ "express", "typescript", "api", "towers", "towers-express" ], "devDependencies": { "@types/express": "^5.0.0", "@types/node": "^22.15.21", "ts-node": "^10.9.1", "tsup": "^8.5.0", "typescript": "^5.8.3" }, "dependencies": { "@types/multer": "^1.4.12", "express": "^4.17.1", "multer": "^2.0.0" } }