You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

24 lines
509 B

{
"name": "planist-block",
"version": "1.0.0",
"private": true,
"description": "Planist Block",
"author": "Parsa Kafi",
"license": "",
"keywords": [
"question",
"answer"
],
"homepage": "https://planist.fr",
"main": "build/index.js",
"devDependencies": {
"@wordpress/scripts": "^24.6.0"
},
"scripts": {
"build": "wp-scripts build",
"format:js": "wp-scripts format",
"lint:js": "wp-scripts lint-js",
"packages-update": "wp-scripts packages-update",
"start": "wp-scripts start"
}
}