-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 895 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
{
"name": "actions-cron",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"format": "prettier -w .",
"prepare": "husky install",
"lint-staged": "lint-staged",
"test": "echo \"Error: no test specified\""
},
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/Trim21/actions-cron.git"
},
"lint-staged": {
"*": "prettier --ignore-unknown --write"
},
"homepage": "https://github.com/Trim21/actions-cron#readme",
"dependencies": {
"@actions/core": "1.11.1",
"@actions/exec": "1.1.1",
"@actions/github": "6.0.0",
"simple-git": "3.27.0",
"strip-ansi": "7.1.0"
},
"devDependencies": {
"husky": "9.1.7",
"lint-staged": "15.4.3",
"prettier": "3.5.2"
},
"packageManager": "[email protected]+sha256.c17d3797fb9a9115bf375e31bfd30058cac6bc9c3b8807a3d8cb2094794b51ca"
}