2014-02-12 17:27:43 +00:00
|
|
|
{
|
2018-05-24 18:03:57 +00:00
|
|
|
"name": "node-clsi",
|
|
|
|
"description": "A Node.js implementation of the CLSI LaTeX web-API",
|
|
|
|
"version": "0.1.4",
|
2014-08-19 13:01:01 +00:00
|
|
|
"repository": {
|
2018-05-24 18:03:57 +00:00
|
|
|
"type": "git",
|
2014-08-19 13:01:01 +00:00
|
|
|
"url": "https://github.com/sharelatex/clsi-sharelatex.git"
|
2018-05-24 18:03:57 +00:00
|
|
|
},
|
2017-12-29 08:08:19 +00:00
|
|
|
"scripts": {
|
2020-02-19 11:10:00 +00:00
|
|
|
"start": "node $NODE_APP_OPTIONS app.js",
|
|
|
|
"test:acceptance:_run": "mocha --recursive --reporter spec --timeout 15000 --exit $@ test/acceptance/js",
|
|
|
|
"test:acceptance": "npm run test:acceptance:_run -- --grep=$MOCHA_GREP",
|
2021-07-26 11:14:56 +00:00
|
|
|
"test:unit:_run": "mocha --recursive --reporter spec $@ test/unit/js",
|
2020-02-19 11:10:00 +00:00
|
|
|
"test:unit": "npm run test:unit:_run -- --grep=$MOCHA_GREP",
|
2018-05-24 18:03:57 +00:00
|
|
|
"nodemon": "nodemon --config nodemon.json",
|
2021-07-13 10:55:19 +00:00
|
|
|
"lint": "eslint --max-warnings 0 --format unix .",
|
|
|
|
"format": "prettier --list-different $PWD/'**/*.js'",
|
|
|
|
"format:fix": "prettier --write $PWD/'**/*.js'",
|
|
|
|
"lint:fix": "eslint --fix ."
|
2018-05-24 18:03:57 +00:00
|
|
|
},
|
|
|
|
"author": "James Allen <james@sharelatex.com>",
|
2014-02-12 17:27:43 +00:00
|
|
|
"dependencies": {
|
2021-02-16 15:10:09 +00:00
|
|
|
"@overleaf/metrics": "^3.5.1",
|
2021-05-31 08:20:25 +00:00
|
|
|
"@overleaf/o-error": "^3.3.1",
|
2021-07-12 16:47:21 +00:00
|
|
|
"@overleaf/settings": "^2.1.1",
|
2020-03-11 11:20:48 +00:00
|
|
|
"async": "3.2.0",
|
|
|
|
"body-parser": "^1.19.0",
|
2021-07-12 16:35:51 +00:00
|
|
|
"bunyan": "^1.8.15",
|
2020-05-11 09:29:16 +00:00
|
|
|
"diskusage": "^1.1.3",
|
2020-03-11 18:25:50 +00:00
|
|
|
"dockerode": "^3.1.0",
|
2020-03-11 11:20:48 +00:00
|
|
|
"express": "^4.17.1",
|
2021-05-14 14:58:11 +00:00
|
|
|
"fs-extra": "^10.0.0",
|
2020-03-11 11:20:48 +00:00
|
|
|
"lockfile": "^1.0.4",
|
2021-05-21 09:35:58 +00:00
|
|
|
"lodash": "^4.17.21",
|
2020-08-12 14:11:21 +00:00
|
|
|
"logger-sharelatex": "^2.2.0",
|
2021-05-18 16:32:21 +00:00
|
|
|
"p-limit": "^3.1.0",
|
2021-05-31 08:20:25 +00:00
|
|
|
"pdfjs-dist": "^2.7.570",
|
2020-03-11 11:20:48 +00:00
|
|
|
"request": "^2.88.2",
|
2021-06-15 08:24:23 +00:00
|
|
|
"send": "^0.17.1",
|
2021-10-06 08:44:05 +00:00
|
|
|
"workerpool": "^6.1.5"
|
2018-05-24 18:03:57 +00:00
|
|
|
},
|
2014-02-12 17:27:43 +00:00
|
|
|
"devDependencies": {
|
2021-07-13 10:55:19 +00:00
|
|
|
"chai": "^4.2.0",
|
|
|
|
"chai-as-promised": "^7.1.1",
|
|
|
|
"eslint": "^7.21.0",
|
|
|
|
"eslint-config-prettier": "^8.1.0",
|
|
|
|
"eslint-config-standard": "^16.0.2",
|
|
|
|
"eslint-plugin-chai-expect": "^2.2.0",
|
|
|
|
"eslint-plugin-chai-friendly": "^0.6.0",
|
|
|
|
"eslint-plugin-import": "^2.22.1",
|
|
|
|
"eslint-plugin-mocha": "^8.0.0",
|
|
|
|
"eslint-plugin-node": "^11.1.0",
|
2020-02-19 11:13:44 +00:00
|
|
|
"eslint-plugin-prettier": "^3.1.2",
|
|
|
|
"eslint-plugin-promise": "^4.2.1",
|
2021-07-13 10:55:19 +00:00
|
|
|
"mocha": "^8.3.2",
|
2021-05-18 16:32:21 +00:00
|
|
|
"nodemon": "^2.0.7",
|
2021-07-13 10:55:19 +00:00
|
|
|
"prettier": "^2.2.1",
|
2020-03-16 16:14:04 +00:00
|
|
|
"sandboxed-module": "^2.0.3",
|
2020-03-12 09:35:11 +00:00
|
|
|
"sinon": "~9.0.1",
|
2021-09-07 12:57:47 +00:00
|
|
|
"sinon-chai": "^3.7.0",
|
2020-03-11 11:20:48 +00:00
|
|
|
"timekeeper": "2.2.0"
|
2014-02-12 17:27:43 +00:00
|
|
|
}
|
|
|
|
}
|