UNPKG

@shons/next-configify

Version:
91 lines (90 loc) 2.44 kB
{ "name": "@shons/next-configify", "version": "1.0.1", "description": "NestJS Config on Next Steroids", "author": "shonbir <shonbir.singh@gmail.com>", "private": false, "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/shonbir/next-configify.git" }, "keywords": [ "nestjs", "config", "yml", ".env", "next-config" ], "bugs": { "url": "https://github.com/shonbir/next-configify/issues" }, "homepage": "https://github.com/shonbir/next-configify#readme", "scripts": { "build": "nest build", "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"", "lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix", "test": "jest --config ./test/jest.config.json --coverage --silent=false --verbose --runInBand" }, "dependencies": { "@types/lodash": "^4.17.7", "dotenv": "^16.3.1", "js-yaml": "^4.1.0", "lodash": "^4.17.21" }, "peerDependencies": { "@aws-sdk/client-secrets-manager": "^3.454.0", "@aws-sdk/client-ssm": "^3.461.0", "@nestjs/common": "^9.0.0 || ^10.0.0", "@nestjs/core": "^9.0.0 || ^10.0.0", "class-validator": "^0.14.0", "reflect-metadata": "^0.1.13 || ^0.2.0", "rxjs": "^7.2.0" }, "devDependencies": { "@nestjs/cli": "^10.3.2", "@nestjs/schematics": "^10.1.1", "@nestjs/testing": "^10.3.7", "@types/jest": "29.5.12", "@types/js-yaml": "^4.0.9", "@types/node": "22.5.0", "@types/supertest": "^6.0.2", "@typescript-eslint/eslint-plugin": "^8.1.0", "@typescript-eslint/parser": "^8.1.0", "eslint": "^8.0.0 || ^9.0.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "jest": "29.7.0", "prettier": "^3.2.5", "prettier-plugin-organize-imports": "^4.0.0", "source-map-support": "^0.5.20", "supertest": "^7.0.0", "ts-jest": "29.2.5", "ts-loader": "^9.2.3", "ts-node": "^10.0.0", "tsconfig-paths": "4.2.0", "typescript": "^5.4.3" }, "jest": { "moduleFileExtensions": [ "js", "json", "ts" ], "rootDir": "src", "testRegex": ".*\\.spec\\.ts$", "transform": { "^.+\\.(t|j)s$": "ts-jest" }, "collectCoverageFrom": [ "**/*.(t|j)s" ], "coverageDirectory": "../coverage", "testEnvironment": "node" }, "types": "./index.d.ts", "main": "index.js", "directories": { "test": "test" } }