2022-10-05 10:02:19 -04:00
|
|
|
{
|
|
|
|
"name": "@overleaf/ranges-tracker",
|
|
|
|
"description": "Shared logic for syncing comments and tracked changes with operational transforms",
|
2023-01-05 05:16:39 -05:00
|
|
|
"main": "index.cjs",
|
2022-10-05 10:02:19 -04:00
|
|
|
"files": [
|
2023-01-05 05:16:39 -05:00
|
|
|
"index.cjs"
|
2022-10-05 10:02:19 -04:00
|
|
|
],
|
|
|
|
"author": "Overleaf (https://www.overleaf.com)",
|
|
|
|
"private": true,
|
|
|
|
"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": "mocha --recursive test/unit/src/",
|
|
|
|
"test:ci": "npm run test"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-01-16 10:55:29 -05:00
|
|
|
"mocha": "^10.2.0"
|
2022-10-05 10:02:19 -04:00
|
|
|
}
|
|
|
|
}
|