Skip to content
Snippets Groups Projects
package.json 952 B
Newer Older
Erick Hitter's avatar
Erick Hitter committed
{
  "name": "external-permalinks-redux",
  "version": "0.1.0",
  "description": "Allows you to point WordPress objects (posts, pages, custom post types) to a URL of your choosing.",
Erick Hitter's avatar
Erick Hitter committed
  "main": "Gruntfile.js",
  "author": "Erick Hitter",
  "devDependencies": {
  },
  "scripts": {
    "build": "wp-scripts build",
    "check-engines": "wp-scripts check-engines",
    "check-licenses": "wp-scripts check-licenses",
    "format": "wp-scripts format",
    "grunt": "grunt",
    "lint:css": "wp-scripts lint-style",
    "lint:js": "wp-scripts lint-js",
    "lint:md:docs": "wp-scripts lint-md-docs",
    "lint:pkg-json": "wp-scripts lint-pkg-json",
    "packages-update": "wp-scripts packages-update",
    "start": "wp-scripts start",
    "test:e2e": "wp-scripts test-e2e",
    "test:unit": "wp-scripts test-unit-js"
Erick Hitter's avatar
Erick Hitter committed
  }
}