forked from koreakit/korea-for-woocommerce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.44 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
41
42
43
44
45
46
47
{
"name": "korea-for-woocommerce",
"title": "WooCommerce Toolkit for Korean use.",
"version": "1.1.6",
"license": "GPL-3.0",
"main": "Gruntfile.js",
"homepage": "https://wordpress.org/plugins/korea-for-woocommerce/",
"repository": {
"type": "git",
"url": "git@github.com:jgreys/korea-for-woocommerce.git"
},
"devDependencies": {
"@wordpress/env": "^4.0.0",
"cypress": "^6.8.0",
"cypress-woocommerce": "^0.1.1",
"grunt": "1.3.0",
"grunt-contrib-cssmin": "4.0.0",
"grunt-contrib-jshint": "3.0.0",
"grunt-contrib-uglify": "5.0.0",
"grunt-contrib-watch": "1.1.0",
"grunt-phpcs": "0.4.0",
"grunt-sass": "^3.1.0",
"node-sass": "^5.0.0",
"wait-on": "^5.3.0"
},
"scripts": {
"build": "grunt",
"build:watch": "grunt watch",
"build:zip": "./bin/build-zip.sh",
"build:assets": "grunt assets",
"cli:wp": "npx wp-env run cli wp",
"env:setup": "bin/setup.sh",
"env:clean": "npx wp-env clean",
"env:destroy": "npx wp-env destroy",
"env:logs": "npx wp-env logs",
"env:start": "npx wp-env start",
"env:stop": "npx wp-env stop",
"test:setup": "bash ./tests/bin/setup.sh",
"test:run": "npx cypress run --config-file tests/e2e/config.json",
"test:open": "npx cypress open --config-file tests/e2e/config.json",
"test:php": "./vendor/bin/phpunit -c phpunit.xml",
"makepot": "composer run-script makepot"
},
"engines": {
"npm": ">=5.5.1"
}
}