forked from woocommerce/automations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1012 Bytes
/
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": "@tarunvijwani/automations",
"version": "1.5.0",
"description": "GitHub Action that implements various automations.",
"author": "Darren Ethier",
"license": "MIT",
"keywords": [
"github",
"actions"
],
"homepage": "https://github.com/tarunvijwani/automations/tree/trunk/README.md",
"repository": {
"type": "git",
"url": "https://github.com/tarunvijwani/automations.git"
},
"bugs": {
"url": "https://github.com/tarunvijwani/automations/issues"
},
"main": "lib/index.js",
"scripts": {
"build": "ncc build lib/index.js",
"test:coverage": "jest --coverage",
"test": "jest",
"lint": "wp-scripts lint-js ./lib ./tests",
"lint:fix": "wp-scripts lint-js ./lib ./tests --fix"
},
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/github": "^4.0.0",
"@vercel/ncc": "^0.25.1",
"hbs": "^4.1.1",
"lodash": "4.17.15",
"parse-diff": "^0.7.1"
},
"devDependencies": {
"@wordpress/scripts": "13.0.1",
"jest": "^26.6.3",
"prettier": "npm:wp-prettier@^2.0.5"
}
}