-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.21 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
{
"name": "ga-communicator",
"version": "1.0.0",
"description": "A PHP library to communicate with Google Analytics API.",
"main": "index.js",
"scripts": {
"start": "wp-env start",
"debug": "wp-env start --xdebug",
"update": "wp-env start --update",
"stop": "wp-env stop",
"test": "wp-env run tests-cli ./wp-content/plugins/ga-communicator/vendor/bin/phpunit -c ./wp-content/plugins/ga-communicator/phpunit.xml.dist",
"test:scoper": "wp-env run tests-cli ./wp-content/plugins/ga-communicator/vendor-prefixed/vendor/bin/phpunit -c ./wp-content/plugins/ga-communicator/phpunit.xml.dist",
"env": "wp-env",
"cli": "wp-env run cli wp",
"cli:test": "wp-env run tests-cli wp",
"gulp": "gulp",
"gulp:task": "gulp --task",
"lint": "gulp lint",
"watch": "gulp watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kuno1/ga-communicator.git"
},
"keywords": [
"wordpress"
],
"author": "Kunoichi INC",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/kuno1/ga-communicator/issues"
},
"homepage": "https://github.com/kuno1/ga-communicator#readme",
"devDependencies": {
"@kunoichi/gulp-assets-task-set": "^1.0.2",
"@wordpress/env": "^10.8.0",
"gulp": "^4.0.2"
}
}