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
48 lines
945 B
{ |
|
"name": "postcss-load-config", |
|
"version": "3.1.4", |
|
"description": "Autoload Config for PostCSS", |
|
"main": "src/index.js", |
|
"types": "src/index.d.ts", |
|
"files": [ |
|
"src" |
|
], |
|
"engines": { |
|
"node": ">= 10" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/postcss/" |
|
}, |
|
"dependencies": { |
|
"lilconfig": "^2.0.5", |
|
"yaml": "^1.10.2" |
|
}, |
|
"peerDependencies": { |
|
"postcss": ">=8.0.9", |
|
"ts-node": ">=9.0.0" |
|
}, |
|
"peerDependenciesMeta": { |
|
"ts-node": { |
|
"optional": true |
|
}, |
|
"postcss": { |
|
"optional": true |
|
} |
|
}, |
|
"keywords": [ |
|
"postcss", |
|
"postcssrc", |
|
"postcss.config.js" |
|
], |
|
"author": "Michael Ciniawky <michael.ciniawsky@gmail.com>", |
|
"contributors": [ |
|
"Ryan Dunckel", |
|
"Mateusz Derks", |
|
"Dalton Santos", |
|
"Patrick Gilday", |
|
"François Wouts" |
|
], |
|
"repository": "postcss/postcss-load-config", |
|
"license": "MIT" |
|
}
|
|
|