nestjs-appwrite
Version:
Easier Appwrite integration for your NestJS application.
55 lines (54 loc) • 1.55 kB
JSON
{
"name": "nestjs-appwrite",
"version": "1.3.2-develop.0-2053901899",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"lint": "eslint \\\"lib/**/*.ts\\\" --fix",
"build": "rm -rf dist && tsc -p tsconfig.build.json",
"prepublish:npm": "npm run build",
"publish:npm": "npm publish --access public",
"publish:next": "npm publish --access public --tag next",
"test": "jest"
},
"devDependencies": {
"@aws-sdk/client-ssm": "^3.425.0",
"@nestjs/common": "11.1.3",
"@nestjs/core": "11.1.3",
"@types/express": "^4.17.21",
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "22.9.3",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"appwrite-database-repository": "^1.3.1",
"eslint": "^8.50.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1",
"jsonwebtoken": "^9.0.2",
"node-appwrite": "^15.0.1",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.2",
"ts-node": "10.9.1",
"typescript": "5.8.3"
},
"peerDependencies": {
"@aws-sdk/client-ssm": "^3.425.0",
"@nestjs/common": "^11.0.0",
"@nestjs/core": "^11.0.0",
"appwrite-database-repository": "^1.3.1",
"node-appwrite": "^15.0.1",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.2"
},
"keywords": [
"Appwrite",
"Coffee IT",
"Decorators",
"Core",
"NestJS"
],
"author": "",
"license": "ISC",
"description": ""
}