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