package.json 410 B

12345678910111213141516
  1. {
  2. "name": "dw_guten",
  3. "version": "1.0.0",
  4. "description": "I needed to strip out some of the functionality of my theme in order to build the features back into the gutenberg editor.",
  5. "main": "dw-guten.js",
  6. "scripts": {
  7. "start": "wp-scripts start",
  8. "build": "wp-scripts build"
  9. },
  10. "author": "windhamdavid",
  11. "license": "ISC",
  12. "devDependencies": {
  13. "@wordpress/scripts": "^5.0.0"
  14. }
  15. }