UNPKG

shop

Version:
43 lines (42 loc) 1.15 kB
{ "name": "shop", "version": "1.0.0", "description": "", "main": "functions", "scripts": { "start": "sls offline --noPrependStageInUrl", "build": "tsc", "deploy": "sls deploy" }, "type": "commonjs", "repository": { "type": "git", "url": "git+https://github.com/Olymposbr/shop.git" }, "author": "", "license": "ISC", "bugs": { "url": "https://github.com/Olymposbr/shop/issues" }, "homepage": "https://github.com/Olymposbr/shop#readme", "devDependencies": { "@types/aws-lambda": "^8.10.109", "@types/jsonwebtoken": "^8.5.9", "@types/node": "^18.11.10", "esbuild": "0.15.16", "serverless": "3.25.1", "serverless-domain-manager": "6.2.1", "serverless-esbuild": "1.33.2", "serverless-offline": "11.6.0", "typescript": "4.9.3" }, "dependencies": { "aws-sdk": "2.1265.0", "firebase-admin": "11.3.0", "jsonwebtoken": "8.5.1", "mongodb": "4.12", "openai": "^3.1.0", "promptize": "^0.0.2", "zod": "3.19.1" } }