-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 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
{
"name": "dependency-drift-tracker-action",
"version": "1.3.2",
"description": "Track your dependency drift across multiple repositories using libyear and GitHub action.",
"type": "module",
"scripts": {
"prepare": "ncc build bin/main.js --out dist --source-map --license licenses.txt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dependency-Drift-Tracker/dependency-drift-tracker-action.git"
},
"author": "François de Metz",
"bugs": {
"url": "https://github.com/Dependency-Drift-Tracker/dependency-drift-tracker-action/issues"
},
"homepage": "https://github.com/Dependency-Drift-Tracker/dependency-drift-tracker-action#readme",
"license": "GPL",
"dependencies": {
"@actions/core": "^1.10.0",
"dependency-drift-tracker": "^0.3.1",
"simple-git": "^3.19.0"
},
"devDependencies": {
"@vercel/ncc": "^0.38.0"
}
}