-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
34 lines (34 loc) · 1.03 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
{
"name": "@10up/ads-txt",
"version": "1.4.5",
"description": "Create, manage, and validate your ads.txt and app-ads.txt from within WordPress, just like any other content asset.",
"homepage": "https://github.com/10up/ads-txt",
"bugs": {
"url": "https://github.com/10up/ads-txt/issues"
},
"license": "GPL-2.0-or-later",
"author": {
"name": "10up",
"email": "opensource@10up.com",
"url": "https://10up.com",
"role": "developer"
},
"repository": {
"type": "git",
"url": "git+https://github.com/10up/ads-txt.git"
},
"scripts": {
"cypress:open": "cypress open --config-file tests/cypress/config.config.js",
"cypress:run": "cypress run --config-file tests/cypress/config.config.js",
"wp-env": "wp-env",
"env:start": "wp-env start",
"env:stop": "wp-env stop",
"postenv:start": "./tests/bin/initialize.sh"
},
"devDependencies": {
"@wordpress/env": "^9.2.0",
"cypress": "^13.2.0",
"cypress-mochawesome-reporter": "^3.6.0",
"mochawesome-json-to-md": "^0.7.2"
}
}