forked from Shopify/theme-check-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 808 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
{
"scripts": {
"build": "ncc build src/index.ts -o dist --transpile-only --minify",
"step": "scripts/run-step",
"step:install": "scripts/run-step installCli",
"step:check:json": "scripts/run-step runChecksJson",
"step:check:text": "scripts/run-step runChecksText",
"step:config": "scripts/run-step getConfigContents"
},
"devDependencies": {
"@types/common-tags": "^1.8.1",
"@types/node": "10.17.60",
"@types/semver": "^7.5.6",
"@vercel/ncc": "^0.38.1",
"ts-node": "^10.9.2",
"typescript": "^4.5.5"
},
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.1.1",
"@octokit/plugin-throttling": "^3.5.2",
"@octokit/rest": "^18.12.0",
"common-tags": "^1.8.2",
"semver": "^7.5.4"
}
}