UNPKG

nestjs-stellate

Version:
67 lines (66 loc) 1.8 kB
{ "name": "nestjs-stellate", "version": "10.2.0", "description": "Stellate.co Module for Nest Framework", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "repository": { "type": "git", "url": "https://github.com/volbrene/nestjs-stellate.git" }, "scripts": { "clean": "rimraf dist", "build": "tsc -p tsconfig.build.json", "prepublishOnly": "npm run build", "lint:prettier": "prettier --check .", "test": "npm run test:e2e", "test:e2e": "jest --config ./test/jest-e2e.json --runInBand", "start": "ts-node -r tsconfig-paths/register example/src/main.ts", "prepare": "volbrene-git-hooks" }, "keywords": [ "nestjs", "stellate", "graphql", "cdn" ], "author": "Rene Volbach", "license": "MIT", "publishConfig": { "access": "public" }, "devDependencies": { "@apollo/server": "^4.12.2", "@apollo/subgraph": "^2.11.2", "@nestjs/apollo": "^12.2.2", "@nestjs/common": "^10.4.20", "@nestjs/config": "^3.3.0", "@nestjs/core": "^10.4.20", "@nestjs/graphql": "^12.2.2", "@nestjs/testing": "^10.4.20", "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "@semantic-release/github": "^11.0.6", "@semantic-release/npm": "^12.0.2", "@types/jest": "^30.0.0", "@types/supertest": "^6.0.3", "conventional-changelog-conventionalcommits": "^9.1.0", "graphql": "^16.11.0", "jest": "^30.1.3", "prettier": "^3.6.2", "rxjs": "^7.8.2", "semantic-release": "^24.2.9", "supertest": "^7.1.4", "ts-jest": "^29.4.4", "ts-node": "^10.9.2", "tsconfig-paths": "^4.2.0", "typescript": "^5.9.2", "volbrene-git-hooks": "^1.9.2" }, "dependencies": { "axios": "^1.12.2" } }