-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.12 KB
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
41
42
43
44
45
46
47
48
49
{
"name": "faf-taf-git",
"version": "2.2.2",
"description": "A Test Receipt Printer for git. Every CI run prints a receipt to .taf — append-only, timestamped, cannot be gamed. Proof over time.",
"main": "dist/cli.js",
"bin": {
"faf-taf-git": "dist/cli.js"
},
"scripts": {
"build": "tsc && ncc build src/index.ts -o dist --source-map --license licenses.txt",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Wolfe-Jam/faf-taf-git.git"
},
"keywords": [
"testing",
"taf",
"ci-cd",
"github-actions",
"gitlab-ci",
"bitbucket-pipelines",
"test-automation",
"jest",
"faf",
"git",
"platform-agnostic"
],
"author": "wolfejam",
"license": "MIT",
"dependencies": {
"@actions/core": "^2.0.3",
"@actions/exec": "^1.1.1",
"@actions/github": "^6.0.1",
"yaml": "^2.3.4"
},
"devDependencies": {
"@types/jest": "^29.5.11",
"@types/node": "^20.10.6",
"@vercel/ncc": "^0.38.1",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"typescript": "^5.3.3"
},
"overrides": {
"undici": ">=6.28.0"
}
}