mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
* fix: add repository metadata to all packages * empty commit for cla bot * move validate-package-json.test.ts + add glob devDependency Co-authored-by: slorber <lorber.sebastien@gmail.com>
16 lines
387 B
JSON
16 lines
387 B
JSON
{
|
|
"name": "stylelint-copyright",
|
|
"version": "2.0.0-alpha.66",
|
|
"description": "stylelint plugin to check css files for a copyright header",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/docusaurus.git",
|
|
"directory": "packages/stylelint-copyright"
|
|
},
|
|
"dependencies": {
|
|
"stylelint": "^13.2.1"
|
|
}
|
|
}
|