mirror of
https://github.com/10h30/wp-strava.git
synced 2026-06-05 15:10:01 +09:00
18 lines
322 B
JSON
18 lines
322 B
JSON
{
|
|
"name": "wp-strava-blocks",
|
|
"license": "GPL-2.0-or-later",
|
|
"description": "",
|
|
"main": "build/index.js",
|
|
"scripts": {
|
|
"build": "wp-scripts build",
|
|
"start": "wp-scripts start"
|
|
},
|
|
"devDependencies": {
|
|
"@wordpress/scripts": "12.6.1"
|
|
},
|
|
"engines": {
|
|
"node": "~14",
|
|
"npm": ">7 <=8"
|
|
}
|
|
}
|