overleaf/libraries/settings/package.json

15 lines
436 B
JSON
Raw Normal View History

2014-02-17 14:51:21 +00:00
{
2021-05-28 08:15:24 +00:00
"name": "@overleaf/settings",
2021-05-26 14:06:24 +00:00
"description": "A centralised settings system for Overleaf",
"version": "3.0.0",
"repository": "overleaf/settings-module",
"scripts": {
"lint": "eslint --max-warnings 0 --format unix .",
"lint:fix": "eslint --fix .",
"format": "prettier --list-different $PWD/'**/*.js'",
"format:fix": "prettier --write $PWD/'**/*.js'",
"test": "echo noop",
"test:ci": "echo noop"
}
2014-02-17 14:51:21 +00:00
}