Adds DFs
This commit is contained in:
24
spec/fixtures/dynamic_finders/plugin_version/nalp-ch/composer_file/package.json
vendored
Normal file
24
spec/fixtures/dynamic_finders/plugin_version/nalp-ch/composer_file/package.json
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "Nalp.ch",
|
||||
"version": "0.1.0",
|
||||
"description": "Nalp.ch Plugin for easy booking integration",
|
||||
"author": "Nalp.ch - Martin Eigenmann",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"main": "build/index.js",
|
||||
"scripts": {
|
||||
"build": "wp-scripts build",
|
||||
"format:js": "wp-scripts format-js",
|
||||
"lint:css": "wp-scripts lint-style",
|
||||
"lint:js": "wp-scripts lint-js",
|
||||
"start": "wp-scripts start",
|
||||
"packages-update": "wp-scripts packages-update"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@wordpress/scripts": "^12.6.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^0.21.0",
|
||||
"iframe-resizer": "^4.2.11",
|
||||
"react-iframe-resizer-super": "^0.2.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user