Page MenuHomeSealhub

package.json
No OneTemporary

package.json

{
"name": "koa-responsive-image-router",
"version": "0.2.28",
"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

Mime Type
application/json
Expires
Wed, May 7, 19:49 (23 h, 38 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
676432
Default Alt Text
package.json (2 KB)

Event Timeline