Created
June 3, 2019 08:36
-
-
Save avillegasn/0443a5cdd514da9c01d7551205634969 to your computer and use it in GitHub Desktop.
Content of package.json file to use @wordpress/scripts package
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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