mirror of
https://github.com/rikkaneko/paste.git
synced 2025-06-06 16:45:41 +00:00
27 lines
No EOL
704 B
JSON
27 lines
No EOL
704 B
JSON
{
|
|
"name": "paste",
|
|
"version": "1.3.1",
|
|
"scripts": {
|
|
"publish": "wrangler deploy",
|
|
"format": "prettier --write .",
|
|
"lint": "eslint . --color --cache -f friendly --max-warnings 10"
|
|
},
|
|
"dependencies": {
|
|
"aws4fetch": "^1.0.17",
|
|
"dedent-js": "^1.0.1",
|
|
"js-sha256": "^0.10.1",
|
|
"nanoid": "^5.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/workers-types": "^4.20231025.0",
|
|
"@types/bootstrap": "^5.2.8",
|
|
"@types/jquery": "^3.5.25",
|
|
"eslint": "^8.52.0",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-formatter-friendly": "^7.0.0",
|
|
"eslint-plugin-import": "^2.29.0",
|
|
"prettier": "^3.0.3",
|
|
"typescript": "^5.2.2",
|
|
"wrangler": "^3.15.0"
|
|
}
|
|
} |