Skip to content

Instantly share code, notes, and snippets.

@avillegasn
Created June 3, 2019 08:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save avillegasn/0443a5cdd514da9c01d7551205634969 to your computer and use it in GitHub Desktop.
Save avillegasn/0443a5cdd514da9c01d7551205634969 to your computer and use it in GitHub Desktop.
Content of package.json file to use @wordpress/scripts package
{
"name": "my-wp-plugin",
"version": "1.0.0",
"description": "My WP plugin description",
"keywords": [
"my",
"wordpress",
"plugin"
],
"author": "avillegasn",
"license": "GPL-3.0-or-later",
"homepage": "https://neliosoftware.com",
"scripts": {
"build": "wp-scripts build",
"start": "wp-scripts start"
},
"devDependencies": {
"@wordpress/scripts": "^3.1.0"
},
"dependencies": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment