Merge pull request #680 from tkruse/fix-style
[CppCoreGuidelines.git] / scripts / nodejs / package.json
blob2b728e89e1aa8668373076e8a56886e42785090a
2   "name": "CppCoreGuidelinesCheck",
3   "version": "0.0.0",
4   "description": "CppCoreGuidelines Check",
5   "private": true,
6   "dependencies": {
7     "remark": "^4.2.0",
8     "remark-lint": "^3.2.0",
9     "remark-lint-sentence-newline": "^2.0.0",
10     "remark-validate-links": "^3.0.0"
11   }