examples/tiny-iiif/package.json
{
"name": "tiny-iiif",
"version": "4.0.6",
"description": "Example server for node-iiif using @tinyhttp",
"type": "module",
"main": "index.js",
"scripts": {
"dev": "nodemon --watch ../.. node index.js",
"lint": "eslint *.js",
"lint-fix": "eslint --fix *.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/samvera/node-iiif.git"
},
"keywords": [
"docker",
"iiif",
"image",
"vips",
"libvips"
],
"author": "Michael B. Klein",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/samvera/node-iiif/issues"
},
"homepage": "https://github.com/samvera/node-iiif#readme",
"dependencies": {
"@tinyhttp/app": "^2.0.25",
"@tinyhttp/logger": "^1.3.0",
"iiif-processor": "../.."
},
"devDependencies": {
"eslint": "^7.10.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.0.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"nodemon": "^2.0.21"
}
}