77 lines
2.9 KiB
JSON
77 lines
2.9 KiB
JSON
{
|
|
"packages": [
|
|
{
|
|
"name": "matt-plugins/deactivation-modal",
|
|
"version": "1.0.4",
|
|
"version_normalized": "1.0.4.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "git@gitlab.com:matt-plugins/deactivation-modal.git",
|
|
"reference": "38f926fa6f6dbe0642c72942160d84d3d920b781"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://gitlab.com/api/v4/projects/matt-plugins%2Fdeactivation-modal/repository/archive.zip?sha=38f926fa6f6dbe0642c72942160d84d3d920b781",
|
|
"reference": "38f926fa6f6dbe0642c72942160d84d3d920b781",
|
|
"shasum": ""
|
|
},
|
|
"require-dev": {
|
|
"10up/wp_mock": "*",
|
|
"phpcompatibility/php-compatibility": "^9.3",
|
|
"phpunit/phpunit": "<7",
|
|
"wp-coding-standards/wpcs": "^2.3"
|
|
},
|
|
"time": "2023-07-02T21:38:31+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"assets-values": {
|
|
"plugin-slug": {
|
|
"search": "{__PLUGIN_SLUG__}",
|
|
"replace": "<?php echo $plugin_slug; ?>"
|
|
}
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"MattPlugins\\DeactivationModal\\": "src"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": [
|
|
"npm install && npm run prod"
|
|
],
|
|
"phpcs": [
|
|
"phpcs"
|
|
],
|
|
"phpunit-unit": [
|
|
"phpunit --configuration phpunit-unit.xml --coverage-text --colors=never --coverage-html=build-coverage"
|
|
],
|
|
"phpunit-unit-fast": [
|
|
"phpunit --configuration phpunit-unit.xml --no-coverage"
|
|
],
|
|
"post-install-cmd": [
|
|
"echo #!/bin/sh > .git/hooks/pre-commit",
|
|
"echo:>> .git/hooks/pre-commit",
|
|
"echo echo \"Building assets...\" >> .git/hooks/pre-commit",
|
|
"echo composer run build >> .git/hooks/pre-commit",
|
|
"echo git add assets/ >> .git/hooks/pre-commit"
|
|
]
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Mateusz Gbiorczyk",
|
|
"email": "mateusz@gbiorczyk.pl"
|
|
}
|
|
],
|
|
"support": {
|
|
"source": "https://gitlab.com/matt-plugins/deactivation-modal/-/tree/1.0.4",
|
|
"issues": "https://gitlab.com/matt-plugins/deactivation-modal/-/issues"
|
|
},
|
|
"install-path": "../matt-plugins/deactivation-modal"
|
|
}
|
|
],
|
|
"dev": false,
|
|
"dev-package-names": []
|
|
}
|