UNPKG

arrow-express

Version:

Library to bootstrap express applications with zero configuration

52 lines (51 loc) 1.32 kB
{ "name": "arrow-express", "version": "3.1.1", "description": "Library to bootstrap express applications with zero configuration", "main": "dist/index.js", "types": "dist/index.d.ts", "directories": { "lib": "lib" }, "scripts": { "build": "tsc --declaration --project tsconfig.build.json", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest --coverage", "lint": "./node_modules/.bin/eslint ." }, "repository": { "type": "git", "url": "git+https://github.com/Mighty683/arrow-express.git" }, "peerDependencies": { "express": "^4.0.0" }, "devDependencies": { "@changesets/cli": "2.28.1", "@types/express": "5.0.0", "@types/node": " 22.13.5", "@typescript-eslint/eslint-plugin": "8.24.1", "@typescript-eslint/parser": "8.24.1", "eslint": "9.21.0", "express": "4.21.2", "nodemon": "3.1.9", "ts-node": "10.9.2", "ts-node-dev": "2.0.0", "typescript": "5.7.3", "vitest": "^3.0.6", "vite": "^2.7.0" }, "keywords": [ "Express", "Functional", "Arrow", "Library" ], "author": "Soldev - Tomasz Szarek", "license": "MIT", "bugs": { "url": "https://github.com/Mighty683/arrow-express/issues" }, "homepage": "https://github.com/Mighty683/arrow-express#readme" }