package.json
{
"name": "webshot",
"version": "1.0.0",
"description": "Webshot micro service for the Resource Watch API.",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test NODE_PATH=app/src node $NODE_DEBUG_OPTION ./node_modules/.bin/grunt --gruntfile app/Gruntfile.js e2eTest",
"start": "NODE_PATH=app/src node $NODE_DEBUG_OPTION app/index.js",
"coverage": "NODE_ENV=test NODE_PATH=app/src node $NODE_DEBUG_OPTION ./node_modules/.bin/grunt --gruntfile app/Gruntfile.js nyc",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/resource-watch/webshot.git"
},
"keywords": [],
"author": {
"name": "Vizzuality",
"email": "hello@vizzuality.com",
"url": "http://vizzuality.com/"
},
"engines": {
"node": "~20.4"
},
"license": "MIT",
"devDependencies": {
"chai": "^4.3.7",
"chai-http": "^4.4.0",
"eslint": "^8.45.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-mocha": "^10.1.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"grunt": "^1.6.1",
"grunt-cli": "^1.4.3",
"grunt-contrib-watch": "^1.1.0",
"grunt-express-server": "^0.5.4",
"grunt-mocha-test": "^0.13.3",
"grunt-simple-nyc": "^3.0.1",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"load-grunt-tasks": "^5.1.0",
"mocha": "^10.2.0",
"nock": "^13.3.2",
"should": "^13.2.3",
"sinon": "^15.2.0"
},
"dependencies": {
"@auth0/s3": "^1.0.0",
"bluebird": "^3.4.7",
"bunyan": "^1.8.5",
"config": "^1.21.0",
"dotenv": "^5.0.0",
"kcors": "^2.1.1",
"koa": "^2.0.0",
"koa-body": "^1.4.0",
"koa-convert": "^1.2.0",
"koa-logger": "^2.0.0",
"koa-mount": "2.0.0",
"koa-router": "^7.0.1",
"koa-send": "^4.1.0",
"koa-simple-healthcheck": "^0.0.1",
"puppeteer": "^2.1.1",
"request": "^2.79.0",
"request-promise": "^4.1.1",
"rimraf": "^2.6.1",
"rw-api-microservice-node": "^5.1.3",
"tmp": "0.0.33",
"url": "^0.11.0"
},
"lint-staged": {
"*.js": "eslint --fix"
}
}