mirror of
https://github.com/10h30/wp-strava.git
synced 2026-06-05 15:10:01 +09:00
14 lines
243 B
JSON
14 lines
243 B
JSON
{
|
|
"name": "activity",
|
|
"version": "1.0.0",
|
|
"license": "GPL-2.0-or-later",
|
|
"description": "",
|
|
"main": "build/index.js",
|
|
"scripts": {
|
|
"build": "wp-scripts build"
|
|
},
|
|
"devDependencies": {
|
|
"@wordpress/scripts": "6.1.0"
|
|
}
|
|
}
|