package.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "@csstools/css-syntax-patches-for-csstree",
  3. "description": "CSS syntax patches for CSS tree",
  4. "version": "1.0.27",
  5. "contributors": [
  6. {
  7. "name": "Antonio Laguna",
  8. "email": "antonio@laguna.es",
  9. "url": "https://antonio.laguna.es"
  10. },
  11. {
  12. "name": "Romain Menke",
  13. "email": "romainmenke@gmail.com"
  14. }
  15. ],
  16. "license": "MIT-0",
  17. "funding": [
  18. {
  19. "type": "github",
  20. "url": "https://github.com/sponsors/csstools"
  21. },
  22. {
  23. "type": "opencollective",
  24. "url": "https://opencollective.com/csstools"
  25. }
  26. ],
  27. "main": "dist/index.json",
  28. "types": "dist/index.d.ts",
  29. "files": [
  30. "CHANGELOG.md",
  31. "LICENSE.md",
  32. "README.md",
  33. "dist"
  34. ],
  35. "scripts": {},
  36. "homepage": "https://github.com/csstools/postcss-plugins/tree/main/packages/css-syntax-patches-for-csstree#readme",
  37. "repository": {
  38. "type": "git",
  39. "url": "git+https://github.com/csstools/postcss-plugins.git",
  40. "directory": "packages/css-syntax-patches-for-csstree"
  41. },
  42. "bugs": "https://github.com/csstools/postcss-plugins/issues",
  43. "keywords": [
  44. "css",
  45. "csstree",
  46. "syntax"
  47. ]
  48. }