{ "name": "external", "version": "4.2.0", "private": true, "description": "", "author": "Joas Schilling ", "scripts": { "test:unit": "echo \"Error: no test specified\" && exit 1", "lint": "eslint --ext .js,.vue src", "lint:fix": "eslint --ext .js,.vue src --fix", "build": "NODE_ENV=production webpack --progress --config webpack.config.js", "dev": "NODE_ENV=development webpack --progress --config webpack.config.js", "watch": "NODE_ENV=development webpack --progress --watch --config webpack.config.js" }, "dependencies": { "@nextcloud/router": "^2.0.0", "escape-html": "^1.0.3" }, "devDependencies": { "@babel/core": "^7.20.2", "@babel/preset-env": "^7.20.2", "@nextcloud/browserslist-config": "^2.3.0", "@nextcloud/eslint-config": "^8.1.3", "@nextcloud/eslint-plugin": "^2.0.0", "babel-eslint": "^10.1.0", "babel-loader": "^8.2.5", "webpack": "^5.75.0", "webpack-cli": "^4.10.0" }, "browserslist": [ "extends @nextcloud/browserslist-config" ], "engines": { "node": "^16.0.0", "npm": "^7.0.0 || ^8.0.0" }, "license": "AGPL-3.0-or-later" }