mirror of
https://github.com/rikkaneko/paste.git
synced 2025-06-04 07:35:37 +00:00
35 lines
No EOL
939 B
JSON
35 lines
No EOL
939 B
JSON
{
|
|
"name": "paste",
|
|
"version": "2.0",
|
|
"license": "LGPL-3.0-or-later",
|
|
"scripts": {
|
|
"dev": "wrangler dev",
|
|
"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",
|
|
"itty-router": "^4.0.23",
|
|
"js-sha256": "^0.10.1",
|
|
"nanoid": "^5.0.2",
|
|
"xml-js": "^1.6.11",
|
|
"string_decoder": "^1.3.0",
|
|
"buffer": "^6.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/workers-types": "^4.20231025.0",
|
|
"@types/bootstrap": "^5.2.8",
|
|
"@types/crypto-js": "4.2.2",
|
|
"@types/jquery": "^3.5.25",
|
|
"@types/xml2js": "^0.4.14",
|
|
"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"
|
|
}
|
|
} |