package.json 293 B

1234567891011121314
  1. {
  2. "name": "eslint-plugin-z8",
  3. "version": "1.0.3",
  4. "private": true,
  5. "main": "index.js",
  6. "dependencies": {
  7. "eslint": "8.38.0"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://git.crazydoctor.org/dz/eslint-plugin-z8.git"
  12. },
  13. "author": "Oleg Karataev (CrazyDoctor)"
  14. }