UNPKG

nestjs-inertia

Version:

Unofficial NestJS (express platform) adapter for InertiaJS.

72 lines (71 loc) 1.6 kB
{ "name": "nestjs-inertia", "version": "1.0.1", "description": "Unofficial NestJS (express platform) adapter for InertiaJS.", "license": "MIT", "main": "dist/index.js", "author": { "email": "acc.cp.haris@gmail.com", "name": "harisfi", "url": "https://github.com/harisfi" }, "bugs": { "url": "https://github.com/harisfi/nestjs-inertia/issues" }, "homepage": "https://github.com/harisfi/nestjs-inertia#readme", "scripts": { "build": "tsc", "test": "jest", "test:watch": "jest --watch", "test:cov": "jest --coverage" }, "repository": { "type": "git", "url": "git+https://github.com/harisfi/nestjs-inertia.git" }, "keywords": [ "nestjs", "nest", "inertiajs", "inertia", "expressjs", "express", "server-adapter" ], "devDependencies": { "@nestjs/testing": "^9.0.8", "@types/express": "^4.17.13", "@types/jest": "^28.1.6", "@types/supertest": "^2.0.12", "jest": "^28.1.3", "supertest": "^6.2.4", "ts-jest": "^28.0.7", "typescript": "^4.7.4" }, "dependencies": { "@nestjs/common": "^9.0.8", "@nestjs/core": "^9.0.8", "@nestjs/platform-express": "^9.0.8", "reflect-metadata": "^0.1.13", "rxjs": "^7.5.6" }, "jest": { "moduleFileExtensions": [ "js", "json", "ts" ], "testRegex": ".spec.ts$", "transform": { "^.+\\.(t|j)s$": "ts-jest" }, "coverageDirectory": "../coverage", "testEnvironment": "node" }, "directories": { "test": "test" }, "publishConfig": { "tag": "v1-latest" } }