Skip to content
Snippets Groups Projects
package.json 1.19 KiB
Newer Older
{
  "name": "castopod",
  "version": "0.0.0-development",
  "description": "Castopod is an open-source hosting platform made for podcasters who want engage and interact with their audience.",
  "private": true,
  "license": "AGPL-3.0-or-later",
  "repository": {
    "type": "git",
    "url": "https://code.podlibre.org/podlibre/castopod.git"
  },
  "scripts": {
    "build:css": "postcss app/Javascript/assets/styles/index.css -o public/index.css",
    "watch:css": "postcss app/Javascript/assets/styles/index.css -o public/index.css -w",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
      "pre-commit": "lint-staged"
  "lint-staged": {
    "*.{js,css,md,php}": "prettier --write"
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  }