picvatar/package.json

33 lines
713 B
JSON
Raw Normal View History

2024-06-16 15:16:30 +00:00
{
"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": {
2024-06-16 18:07:29 +00:00
"@types/color": "^3.0.6",
2024-06-16 19:55:01 +00:00
"@types/express": "^4.17.21",
2024-06-16 20:25:56 +00:00
"@types/morgan": "^1.9.9",
2024-06-16 15:16:30 +00:00
"@types/node": "^20.14.2",
2024-06-16 19:55:01 +00:00
"@types/seedrandom": "^3.0.8",
2024-06-16 15:16:30 +00:00
"typescript": "^5.4.5"
},
"dependencies": {
"axios": "^1.7.2",
2024-06-16 16:42:51 +00:00
"canvas": "^2.11.2",
2024-06-16 18:07:29 +00:00
"color": "^4.2.3",
2024-06-16 19:55:01 +00:00
"express": "^4.19.2",
"isolated-vm": "^5.0.0",
2024-06-16 20:25:56 +00:00
"morgan": "^1.10.0",
2024-06-16 19:55:01 +00:00
"seedrandom": "^3.0.5"
2024-06-16 15:16:30 +00:00
}
}