{ "name": "nextcloud-news", "description": "An RSS/Atom feed reader", "main": "js/app.min.js", "scripts": { /*"test": "node ... karma",*/ "prebuild": "npm install && npm ci", "build": "NODE_ENV=production webpack --progress --hide-modules --config webpack.js", "dev": "NODE_ENV=development webpack --progress --config webpack.js", "watch": "NODE_ENV=development webpack --progress --watch --config webpack.js", "lint": "eslint --ext .js,.vue src", "lint:fix": "eslint --ext .js,.vue src --fix", "stylelint": "stylelint **/*.css **/*.scss **/*.vue", "stylelint:fix": "stylelint **/*.css **/*.scss **/*.vue --fix" }, "repository": { "type": "git", "url": "https://github.com/nextcloud/news" }, "keywords": [ "rss", "atom", "feed", "reader", "nextcloud", "app" ], "author": "Benjamin Brahmer", "license": "AGPL-3.0", "bugs": { "url": "https://github.com/nextcloud/news/issues" }, "engines": { "node": ">=6" }, "resolutions": { "natives": "1.1.3" }, "private": true, "homepage": "https://github.com/nextcloud/news", "devDependencies": { "@babel/core": "^7.11.1", "babel-loader": "^8.1.0", "css-loader": "^4.2.1", "eslint": "^7.6.0", "eslint-loader": "^4.0.2", "jasmine-core": "^3.10.1", "jquery": "^3.6.0", "jshint": "^2.13.1", "karma": "^6.3.9", "karma-chrome-launcher": "^3.1.0", "karma-coverage": "^2.1.0", "karma-firefox-launcher": "^2.1.2", "karma-jasmine": "^4.0.1", "minimatch": "^3.0.4", "natives": "^1.1.6", "node-sass": "^4.14.1", "sass-loader": "^9.0.3", "stylelint": "^13.6.1", "stylelint-webpack-plugin": "^2.1.0", "vue-loader": "^15.9.3", "vue-template-compiler": "^2.6.11", "webpack": "^4.44.1", "webpack-cli": "^3.3.12" }, "dependencies": { "@nextcloud/webpack-vue-config": "^1.1.0", "debug": "^4.1.1", "masonry-layout": "^4.2.2", "moment": "^2.26.0" } }