2014-02-14 11:39:05 -05:00
|
|
|
{
|
|
|
|
"name": "filestore-sharelatex",
|
2015-03-20 10:20:13 -04:00
|
|
|
"version": "0.1.4",
|
2014-08-19 09:10:37 -04:00
|
|
|
"description": "An API for CRUD operations on binary files stored in S3",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sharelatex/filestore-sharelatex.git"
|
|
|
|
},
|
2018-01-16 07:27:36 -05:00
|
|
|
"scripts": {
|
2018-05-18 09:59:34 -04:00
|
|
|
"test:acceptance:run": "mocha --recursive --reporter spec --timeout 15000 $@ test/acceptance/js",
|
2019-12-16 06:16:27 -05:00
|
|
|
"test:acceptance": "npm run test:acceptance:_run -- --grep=$MOCHA_GREP",
|
2018-01-16 07:27:36 -05:00
|
|
|
"test:unit:run": "mocha --recursive --reporter spec $@ test/unit/js",
|
2019-12-16 06:16:27 -05:00
|
|
|
"test:unit": "npm run test:unit:_run -- --grep=$MOCHA_GREP",
|
|
|
|
"start": "node $NODE_APP_OPTIONS app.js",
|
2018-05-18 08:55:33 -04:00
|
|
|
"nodemon": "nodemon --config nodemon.json",
|
2020-08-10 12:01:12 -04:00
|
|
|
"lint": "node_modules/.bin/eslint --max-warnings 0 .",
|
2020-03-02 11:31:35 -05:00
|
|
|
"format": "node_modules/.bin/prettier-eslint $PWD'/**/*.js' --list-different",
|
|
|
|
"format:fix": "node_modules/.bin/prettier-eslint $PWD'/**/*.js' --write",
|
2019-12-16 12:09:38 -05:00
|
|
|
"test:acceptance:_run": "mocha --recursive --reporter spec --timeout 15000 --exit $@ test/acceptance/js",
|
|
|
|
"test:unit:_run": "mocha --recursive --reporter spec $@ test/unit/js"
|
2018-01-16 07:27:36 -05:00
|
|
|
},
|
2014-02-14 11:39:05 -05:00
|
|
|
"dependencies": {
|
2021-02-16 10:10:11 -05:00
|
|
|
"@overleaf/metrics": "^3.5.1",
|
2020-06-25 08:27:14 -04:00
|
|
|
"@overleaf/o-error": "^3.0.0",
|
2020-12-02 07:39:01 -05:00
|
|
|
"@overleaf/object-persistor": "https://github.com/overleaf/object-persistor/archive/8fbc9ed03206bfb54368578d22b7ac4f285baa25.tar.gz",
|
2021-07-12 12:47:19 -04:00
|
|
|
"@overleaf/settings": "^2.1.1",
|
2020-03-30 10:05:25 -04:00
|
|
|
"body-parser": "^1.19.0",
|
2021-07-12 12:35:49 -04:00
|
|
|
"bunyan": "^1.8.15",
|
2020-03-30 10:05:25 -04:00
|
|
|
"express": "^4.17.1",
|
2020-04-03 11:54:59 -04:00
|
|
|
"fast-crc32c": "^2.0.0",
|
2020-01-06 09:09:28 -05:00
|
|
|
"glob": "^7.1.6",
|
2020-01-10 05:18:55 -05:00
|
|
|
"lodash.once": "^4.1.1",
|
2020-08-12 10:38:07 -04:00
|
|
|
"logger-sharelatex": "^2.2.0",
|
2020-03-30 10:05:25 -04:00
|
|
|
"node-uuid": "~1.4.8",
|
|
|
|
"range-parser": "^1.2.1",
|
|
|
|
"request": "^2.88.2",
|
2019-12-23 08:36:12 -05:00
|
|
|
"request-promise-native": "^1.0.8",
|
2020-07-07 08:49:54 -04:00
|
|
|
"stream-buffers": "~0.2.6",
|
2020-03-14 10:02:58 -04:00
|
|
|
"tiny-async-pool": "^1.1.0"
|
2014-02-14 11:39:05 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-07-22 11:51:59 -04:00
|
|
|
"@google-cloud/storage": "^5.1.2",
|
2020-07-23 05:45:27 -04:00
|
|
|
"aws-sdk": "^2.718.0",
|
2020-03-30 10:05:25 -04:00
|
|
|
"babel-eslint": "^10.1.0",
|
2018-11-29 11:41:30 -05:00
|
|
|
"chai": "4.2.0",
|
2019-12-23 08:36:12 -05:00
|
|
|
"chai-as-promised": "^7.1.1",
|
|
|
|
"disrequire": "^1.1.0",
|
2020-03-30 10:05:25 -04:00
|
|
|
"eslint": "^6.8.0",
|
2020-08-10 12:01:12 -04:00
|
|
|
"eslint-config-prettier": "^6.10.0",
|
|
|
|
"eslint-config-standard": "^14.1.0",
|
2019-12-16 05:15:52 -05:00
|
|
|
"eslint-plugin-chai-expect": "^2.1.0",
|
2020-08-10 12:01:12 -04:00
|
|
|
"eslint-plugin-chai-friendly": "^0.5.0",
|
|
|
|
"eslint-plugin-import": "^2.20.1",
|
2020-03-30 10:05:25 -04:00
|
|
|
"eslint-plugin-mocha": "^6.3.0",
|
2020-08-10 12:01:12 -04:00
|
|
|
"eslint-plugin-node": "^11.0.0",
|
|
|
|
"eslint-plugin-prettier": "^3.1.2",
|
2019-12-16 05:15:52 -05:00
|
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
|
|
"eslint-plugin-standard": "^4.0.1",
|
2020-07-07 08:49:54 -04:00
|
|
|
"mocha": "7.2.0",
|
|
|
|
"mongodb": "^3.5.9",
|
2020-08-10 12:01:12 -04:00
|
|
|
"prettier": "^2.0.0",
|
2020-07-07 08:49:54 -04:00
|
|
|
"prettier-eslint": "^9.0.2",
|
2019-12-16 05:15:52 -05:00
|
|
|
"prettier-eslint-cli": "^5.0.0",
|
2020-07-07 08:49:54 -04:00
|
|
|
"sandboxed-module": "2.0.4",
|
|
|
|
"sinon": "9.0.2",
|
2020-03-30 10:05:25 -04:00
|
|
|
"sinon-chai": "^3.5.0",
|
2020-03-14 10:11:17 -04:00
|
|
|
"streamifier": "^0.1.1",
|
|
|
|
"timekeeper": "^2.2.0"
|
2014-02-14 11:39:05 -05:00
|
|
|
}
|
|
|
|
}
|