avatars-api/package.json

39 lines
No EOL
963 B
JSON

{
"name": "avatars-api",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "npx tsc",
"start": "node --experimental-specifier-resolution=node dist/index.js",
"dev": "tsx watch src/index.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@dicebear/core": "^9.2.2",
"@dicebear/open-peeps": "^9.2.2",
"@dicebear/pixel-art": "^9.2.2",
"@dicebear/thumbs": "^9.2.2",
"@koa/cors": "^5.0.0",
"dotenv": "^16.0.1",
"joi": "^17.13.3",
"koa": "^2.15.3",
"koa-logger": "^3.2.1",
"koa-router": "^12.0.1",
"sharp": "^0.33.5",
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/koa": "^2.15.0",
"@types/koa-logger": "^3.1.5",
"@types/koa-router": "^7.4.8",
"@types/koa__cors": "^5.0.0",
"@types/node": "^18.7.3",
"@types/uuid": "^10.0.0",
"tsx": "^4.19.1",
"typescript": "^4.7.4"
}
}