Page MenuHomeSealhub

package.json
No OneTemporary

package.json

{
"name": "koa-responsive-image-router",
"version": "0.2.5",
"description": "Koa router that helps to serve responsive images in an SSR app",
"main": "lib/index.js",
"scripts": {
"test": "ts-node test/app.ts",
"build": "tsc",
"prepare": "npm run build",
"unit": "mocha lib/unit.test.js"
},
"author": "Arkadiusz Wieczorek",
"license": "ISC",
"dependencies": {
"@koa/router": "^10.0.0",
"@types/mocha": "^9.0.0",
"koa": "^2.13.1",
"koa-router": "^10.0.0",
"sharp": "^0.28.3"
},
"devDependencies": {
"@types/koa__router": "^8.0.4",
"@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",
"mocha": "^9.1.3",
"prettier": "^2.2.1",
"typescript": "^4.4.3"
},
"types": "./@types/index.d.ts"
}

File Metadata

Mime Type
application/json
Expires
Sat, Sep 20, 14:38 (1 d, 8 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
949284
Default Alt Text
package.json (887 B)

Event Timeline