-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 924 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
{
"name": "lets-action",
"version": "1.0.0",
"description": "Github action to setup lets task runner",
"main": "lib/index.js",
"scripts": {
"build": "tsc && ncc build",
"test": "jest --coverage",
"format": "prettier --write **/*.ts",
"format-check": "prettier --check **/*.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lets-cli/lets-action.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lets-cli/lets-action/issues"
},
"homepage": "https://github.com/lets-cli/lets-action#readme",
"volta": {
"node": "16.14.0"
},
"dependencies": {
"@actions/core": "^1.6.0",
"@actions/tool-cache": "^1.7.1"
},
"devDependencies": {
"@types/jest": "^27.4.0",
"@vercel/ncc": "^0.33.3",
"jest": "^27.5.1",
"tmp": "^0.2.1",
"ts-jest": "^27.1.3",
"typescript": "^4.5.5"
}
}