Updates DFs

This commit is contained in:
erwanlr
2022-12-21 21:15:18 +01:00
parent 6a309a9624
commit 0905ad98c1
66 changed files with 23643 additions and 5 deletions

View File

@@ -0,0 +1,31 @@
{
"devDependencies": {
"@prettier/plugin-php": "^0.19.1",
"prettier": "^2.7.1"
},
"name": "paywong",
"description": "",
"version": "1.0.0",
"main": "index.js",
"dependencies": {
"linguist-languages": "^7.21.0",
"php-parser": "^3.1.1",
"mimic-fn": "^3.1.0",
"mem": "^8.1.1",
"map-age-cleaner": "^0.1.3",
"p-defer": "^1.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/frspaywong/woocommerce-plugin.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/frspaywong/woocommerce-plugin/issues"
},
"homepage": "https://github.com/frspaywong/woocommerce-plugin#readme"
}