TeamRepository/package.json
2025-06-17 13:46:43 +05:30

19 lines
375 B
JSON

{
"name": "meet-the-team-block",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"build": "wp-scripts build",
"start": "wp-scripts start"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@wordpress/babel-preset-default": "^8.25.0",
"@wordpress/scripts": "^30.18.0"
}
}