-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1.07 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "constant-contact-woocommerce",
"version": "2.3.1",
"description": "",
"main": "index.js",
"engines": {
"node": ">=14",
"npm": ">=7"
},
"dependencies": {
"filter-validate-email": "^1.1.3"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"babel-loader": "^9.1.2",
"browserslist": "^4.21.9",
"cypress": "^13.7.0",
"elliptic": "^6.5.4",
"ini": "^4.1.1",
"ssri": "^10.0.4",
"webpack": "^5.87.0",
"webpack-cli": "^5.1.4",
"y18n": "^5.0.8"
},
"scripts": {
"watch": "webpack --config webpack.config.js --mode development --watch --progress",
"build": "webpack --config webpack.config.js --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WebDevStudios/constant-contact-woocommerce.git"
},
"author": "",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/WebDevStudios/constant-contact-woocommerce/issues"
},
"homepage": "https://github.com/WebDevStudios/constant-contact-woocommerce#readme"
}