mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 02:08:36 +02:00
20 lines
474 B
JSON
20 lines
474 B
JSON
{
|
|
"name": "stylelint-copyright",
|
|
"version": "3.4.0",
|
|
"description": "Stylelint plugin to check CSS files for a copyright header.",
|
|
"main": "lib/index.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"watch": "tsc --watch"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/docusaurus.git",
|
|
"directory": "packages/stylelint-copyright"
|
|
},
|
|
"dependencies": {
|
|
"stylelint": "^14.16.1",
|
|
"tslib": "^2.6.0"
|
|
}
|
|
}
|