overleaf/libraries/settings/package.json

13 lines
288 B
JSON
Raw Normal View History

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",
"version": "2.1.1",
"repository": "overleaf/settings-module",
"scripts": {
"lint": "echo noop",
"format": "echo noop",
"test": "echo noop",
"test:ci": "echo noop"
}
2014-02-17 09:51:21 -05:00
}