picvatar/package.json
2024-06-16 22:25:56 +02:00

33 lines
713 B
JSON

{
"name": "picrew_gravatar",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "npm run build && npm run start",
"build": "rm -rf out && tsc",
"start": "node out"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/color": "^3.0.6",
"@types/express": "^4.17.21",
"@types/morgan": "^1.9.9",
"@types/node": "^20.14.2",
"@types/seedrandom": "^3.0.8",
"typescript": "^5.4.5"
},
"dependencies": {
"axios": "^1.7.2",
"canvas": "^2.11.2",
"color": "^4.2.3",
"express": "^4.19.2",
"isolated-vm": "^5.0.0",
"morgan": "^1.10.0",
"seedrandom": "^3.0.5"
}
}