Files

18 lines
322 B
JSON
Raw Permalink Normal View History

2020-01-31 11:26:23 -06:00
{
2020-03-27 16:58:19 -05:00
"name": "wp-strava-blocks",
2020-01-31 11:26:23 -06:00
"license": "GPL-2.0-or-later",
"description": "",
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build",
"start": "wp-scripts start"
},
"devDependencies": {
2022-08-29 10:40:49 -05:00
"@wordpress/scripts": "12.6.1"
},
"engines": {
"node": "~14",
"npm": ">7 <=8"
2020-01-31 11:26:23 -06:00
}
}