forked from mercadopago/cart-woocommerce
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
26 lines (26 loc) · 884 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "cart-woocommerce",
"description": "Gateway de pagamento Mercado Pago para WooCommerce",
"scripts": {
"php:lint": "composer phpcs",
"php:fix": "composer phpcbf",
"build": "npm run build:js && npm run build:css",
"build:js": "node -e 'require(\"./main.js\").minifyFiles(\"js\")'",
"build:css": "node -e 'require(\"./main.js\").minifyFiles(\"css\")'",
"pot": "node -e 'require(\"./main.js\").generatePotFiles()'",
"lint": "jshint",
"husky": "husky install && rm -rf .husky/_/.gitignore"
},
"version": "6.3.1",
"repository": {
"type": "git",
"url": "https://github.com/mercadopago/cart-woocommerce"
},
"main": "main.js",
"devDependencies": {
"husky": "^7.0.0",
"jshint": "^2.13.4",
"minify": "^7.2.2",
"wp-pot": "^1.9.9"
}
}