Skip to content
Snippets Groups Projects
package.json 710 B
Newer Older
Patrick Marsceill's avatar
Patrick Marsceill committed
{
  "name": "just-the-docs",
Patrick Marsceill's avatar
Patrick Marsceill committed
  "version": "0.2.9",
  "description": "A modern Jekyll theme for documentation",
Patrick Marsceill's avatar
Patrick Marsceill committed
  "repository": "pmarsceill/just-the-docs",
  "license": "MIT",
  "bugs": "https://github.com/pmarsceill/just-the-docs/issues",
  "devDependencies": {
Patrick Marsceill's avatar
Patrick Marsceill committed
  "scripts": {
Patrick Marsceill's avatar
Patrick Marsceill committed
    "test": "stylelint '**/*.scss'",
Patrick Marsceill's avatar
Patrick Marsceill committed
    "format": "prettier --write '**/*.{scss,js,json}'",
    "stylelint-check": "stylelint-config-prettier-check"
Patrick Marsceill's avatar
Patrick Marsceill committed
  },
  "dependencies": {}
Patrick Marsceill's avatar
Patrick Marsceill committed
}