You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
945 B

2 years ago
  1. {
  2. "name": "postcss-load-config",
  3. "version": "3.1.4",
  4. "description": "Autoload Config for PostCSS",
  5. "main": "src/index.js",
  6. "types": "src/index.d.ts",
  7. "files": [
  8. "src"
  9. ],
  10. "engines": {
  11. "node": ">= 10"
  12. },
  13. "funding": {
  14. "type": "opencollective",
  15. "url": "https://opencollective.com/postcss/"
  16. },
  17. "dependencies": {
  18. "lilconfig": "^2.0.5",
  19. "yaml": "^1.10.2"
  20. },
  21. "peerDependencies": {
  22. "postcss": ">=8.0.9",
  23. "ts-node": ">=9.0.0"
  24. },
  25. "peerDependenciesMeta": {
  26. "ts-node": {
  27. "optional": true
  28. },
  29. "postcss": {
  30. "optional": true
  31. }
  32. },
  33. "keywords": [
  34. "postcss",
  35. "postcssrc",
  36. "postcss.config.js"
  37. ],
  38. "author": "Michael Ciniawky <michael.ciniawsky@gmail.com>",
  39. "contributors": [
  40. "Ryan Dunckel",
  41. "Mateusz Derks",
  42. "Dalton Santos",
  43. "Patrick Gilday",
  44. "François Wouts"
  45. ],
  46. "repository": "postcss/postcss-load-config",
  47. "license": "MIT"
  48. }