package.json 532 B

1234567891011121314
  1. {
  2. "name": "@overleaf/settings",
  3. "description": "A centralised settings system for Overleaf",
  4. "version": "2.1.1",
  5. "repository": "overleaf/settings-module",
  6. "scripts": {
  7. "lint": "../../node_modules/.bin/eslint --max-warnings 0 --format unix .",
  8. "lint:fix": "../../node_modules/.bin/eslint --fix .",
  9. "format": "../../node_modules/.bin/prettier --list-different $PWD/'**/*.js'",
  10. "format:fix": "../../node_modules/.bin/prettier --write $PWD/'**/*.js'",
  11. "test": "echo noop",
  12. "test:ci": "echo noop"
  13. }
  14. }