{
  "name": "slide",
  "version": "1.0.3",
  "description": "A Slides & Presentations plugin",
  "semistandard": {
    "ignore": [
      "index.js"
    ]
  },
  "main": "./build/js/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint:js": "wp-scripts lint-js ./src/js",
    "format:js": "wp-scripts format ./src/js",
    "start": "parcel watch ./src/js/entry.js --dist-dir ./build/js/",
    "build:index": "parcel build ./src/js/entry.js --dist-dir ./build/js/",
    "build": "wp-scripts build ./src/js/speaker.js ./src/js/template.js --output-path=./build/js/ && npm run build:index"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/abstractwp/slide.git"
  },
  "keywords": [
    "slide"
  ],
  "author": "Thong Dang",
  "license": "GPL-2.0-or-later",
  "bugs": {
    "url": "https://github.com/abstractwp/slide/issues"
  },
  "homepage": "https://github.com/abstractwp/slide#readme",
  "devDependencies": {
    "@wordpress/scripts": "^23.7.2",
    "parcel": "^2.12.0",
    "prettier": "npm:wp-prettier@^2.2.1-beta-1",
    "semistandard": "*"
  }
}
