awesome-cryptography/package.json
dependabot[bot] 1f81d244af
Bump remark-preset-lint-recommended from 6.1.2 to 6.1.3 (#182)
Bumps [remark-preset-lint-recommended](https://github.com/remarkjs/remark-lint/tree/HEAD/packages/remark-preset-lint-recommended) from 6.1.2 to 6.1.3.
- [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/commits/HEAD/packages/remark-preset-lint-recommended)

---
updated-dependencies:
- dependency-name: remark-preset-lint-recommended
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-17 10:54:57 +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": "^14.0.3",
"remark-cli": "^11.0.0",
"remark-lint": "^9.1.2",
"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
}
}
}