awesome-cryptography/package.json
dependabot[bot] fedbb18003
Bump remark-lint from 9.1.2 to 10.0.0 (#202)
Bumps [remark-lint](https://github.com/remarkjs/remark-lint) from 9.1.2 to 10.0.0.
- [Release notes](https://github.com/remarkjs/remark-lint/releases)
- [Changelog](https://github.com/remarkjs/remark-lint/blob/main/changelog.md)
- [Commits](https://github.com/remarkjs/remark-lint/compare/9.1.2...10.0.0)

---
updated-dependencies:
- dependency-name: remark-lint
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-10 10:53:43 +03:00

47 lines
1.1 KiB
JSON

{
"name": "awesome-cryptography",
"version": "1.0.0",
"description": "A curated list of cryptography resources and links.",
"main": "index.js",
"scripts": {
"test": "remark README.md CONTRIBUTING.md -f"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sobolevn/awesome-cryptography.git"
},
"keywords": [
"awesome-list",
"awesome",
"cryptography"
],
"author": "sobolevn",
"license": "CC-BY-1.0",
"bugs": {
"url": "https://github.com/sobolevn/awesome-cryptography/issues"
},
"homepage": "https://github.com/sobolevn/awesome-cryptography#readme",
"dependencies": {
"remark": "^15.0.1",
"remark-cli": "^11.0.0",
"remark-lint": "^10.0.0",
"remark-lint-alphabetize-lists": "^3.0.0",
"remark-lint-are-links-valid-duplicate": "^0.2.2",
"remark-preset-lint-recommended": "^6.1.3"
},
"remarkConfig": {
"plugins": [
"remark-preset-lint-recommended",
[
"remark-lint-list-item-indent",
"space"
],
"remark-lint-alphabetize-lists",
"remark-lint-are-links-valid-duplicate"
],
"settings": {
"commonmark": true
}
}
}