Skip to content
Snippets Groups Projects
package.json 1.21 KiB
Newer Older
  • Learn to ignore specific revisions
  • {
      "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": "git-cz"
      },
      "devDependencies": {
    
          "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
          "pre-commit": "lint-staged"
    
      "lint-staged": {
        "*.{js,css,md,php}": "prettier --write"
      },
    
          "path": "./node_modules/cz-conventional-changelog"