mirror of
https://github.com/rikkaneko/paste.git
synced 2025-06-06 16:45:41 +00:00
15 lines
344 B
JSON
15 lines
344 B
JSON
{
|
|
"name": "paste",
|
|
"version": "1.3",
|
|
"dependencies": {
|
|
"aws4fetch": "^1.0.17",
|
|
"nanoid": "^4.0.1",
|
|
"js-sha256": "^0.9.0",
|
|
"dedent-js": "^1.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/workers-types": "^4.20230321.0",
|
|
"typescript": "^5.0.2",
|
|
"wrangler": "^2.13.0"
|
|
}
|
|
}
|