-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 813 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 813 Bytes
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
{
"name": "wordpress-testing-automation",
"version": "1.0.2",
"description": "Automate WordPress testing in less than a minute.",
"main": "index.js",
"scripts": {
"build": "ncc build src/action.js -o dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/InstaWP/wordpress-testing-automation.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/InstaWP/wordpress-testing-automation/issues"
},
"homepage": "https://github.com/InstaWP/wordpress-testing-automation#readme",
"devDependencies": {
"@actions/core": "^1.6.0",
"@actions/github": "^5.0.1",
"@vercel/ncc": "^0.33.3",
"node-fetch": "^2.6.1"
},
"dependencies": {
"form-data": "^4.0.4"
}
}