forked from Automattic/remote-data-blocks-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
17 lines (17 loc) · 684 Bytes
/
package.json
File metadata and controls
17 lines (17 loc) · 684 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name": "rdb-demo",
"version": "0.0.1",
"description": "WordPress Playground powered demo of Remote Data Blocks",
"main": "",
"author": "WordPress VIP",
"license": "GPL-2.0-or-later",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:map": "wp-scripts build --experimental-modules --config=car-locator/webpack.config.js --output-path=car-locator/build --webpack-src-dir=car-locator/src",
"package:map": "npm run build:map && npm-build-zip --source=./car-locator/build --destination=car-locator --name=car-locator --name_only=true"
},
"devDependencies": {
"@wordpress/scripts": "30.1.0",
"npm-build-zip": "^1.0.4"
}
}