Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F9582594
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/package.json b/package.json
index 9013f25..be2fee5 100644
--- a/package.json
+++ b/package.json
@@ -1,67 +1,70 @@
{
"name": "koa-responsive-image-router",
"version": "0.2.19",
"description": "Koa router that helps to serve responsive images in an SSR app",
"main": "lib/src/index.js",
"scripts": {
"demo": "nodemon lib/test/app.js",
"build": "tsc",
"prepare": "npm run build",
"typecheck": "tsc --noEmit -p ./",
"watch": "multiple-scripts-tmux -p watch",
"test": "npx mocha --require ts-node/register",
"clean-coverage": "rm -rf coverage .nyc_output .xunit",
"coverage": "npm run clean-coverage && nyc mocha",
"test-reports": "npm run clean-coverage && nyc --reporter clover mocha --reporter xunit --reporter-option output=.xunit",
"coverage-html": "npm run test-reports && nyc report --reporter lcov && xdg-open coverage/lcov-report/index.html"
},
"tmux-scripts": {
"watch": [
"npm run typecheck -- --watch",
"npm run build -- --watch",
"npm run demo"
]
},
"types": "@types/src/index.d.ts",
"author": "Sealcode",
"license": "ISC",
"dependencies": {
"@koa/router": "^10.0.0",
"@sealcode/ts-predicates": "^0.5.3",
"@types/mocha": "^9.0.0",
"better-queue": "^3.8.12",
"filru": "^2.1.0",
"koa": "^2.13.1",
"koa-router": "^10.0.0",
"locreq": "^2.4.1",
"lru-cache": "^10.0.1",
"multiple-scripts-tmux": "^1.1.2",
"node-cache": "^5.1.2",
"object-fit-math": "^1.0.0",
"object-hash": "^3.0.0",
"sharp": "^0.32.5",
"smartcrop-sharp": "^2.0.8"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@types/better-queue": "^3.8.3",
"@types/jsdom": "^21.1.2",
"@types/koa__router": "^8.0.4",
"@types/mocha": "^9.0.0",
"@types/object-hash": "^3.0.6",
"@types/sharp": "^0.28.3",
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.31.2",
"eslint": "^7.21.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"jsdom": "^22.1.0",
"mocha": "^9.2.2",
"nodemon": "^3.0.1",
"nyc": "^15.1.0",
"prettier": "^2.2.1",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"typescript": "^5.0.4"
+ },
+ "engines": {
+ "node": ">=21.0.0"
}
}
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sat, Oct 11, 07:13 (22 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
983953
Default Alt Text
(2 KB)
Attached To
Mode
rRIMAGEROUTER koa-responsive-image-router
Attached
Detach File
Event Timeline
Log In to Comment