1
+ {
2
+ "name" : " ghcommit" ,
3
+ "version" : " 0.1.0" ,
4
+ "private" : false ,
5
+ "description" : " Directly change files on github using the github API, to support GPG signing" ,
6
+ "keywords" : [
7
+ " actions" ,
8
+ " github" ,
9
+ " git" ,
10
+ " gpg"
11
+ ],
12
+ "license" : " MIT" ,
13
+ "author" : {
14
+ "name" : " Sam Lanning" ,
15
+ "url" : " https://samlanning.com"
16
+ },
17
+ "repository" : {
18
+ "type" : " git" ,
19
+ "url" : " https://github.com/s0/ghcommit.git"
20
+ },
21
+ "exports" : {
22
+ "." : {
23
+ "import" : " ./dist/index.mjs" ,
24
+ "require" : " ./dist/index.js" ,
25
+ "types" : " ./dist/index.d.ts"
26
+ }
27
+ },
28
+ "scripts" : {
29
+ "build" : " tsup" ,
30
+ "format:check" : " prettier --check \" **/*.{ts,tsx,md}\" " ,
31
+ "format:fix" : " prettier --write \" **/*.{ts,tsx,md}\" " ,
32
+ "lint" : " eslint . --max-warnings 0" ,
33
+ "test" : " jest" ,
34
+ "test:watch" : " jest --watch"
35
+ },
36
+ "devDependencies" : {
37
+ "@changesets/cli" : " ^2.27.7" ,
38
+ "@types/eslint" : " ^8.56.5" ,
39
+ "@types/jest" : " ^29.5.12" ,
40
+ "@types/node" : " ^20.11.24" ,
41
+ "@typescript-eslint/eslint-plugin" : " ^7.16.0" ,
42
+ "@typescript-eslint/parser" : " ^7.16.0" ,
43
+ "eslint" : " ^8.57.0" ,
44
+ "eslint-config-prettier" : " ^9.1.0" ,
45
+ "eslint-plugin-jest" : " ^28.6.0" ,
46
+ "eslint-plugin-only-warn" : " ^1.1.0" ,
47
+ "jest" : " ^29.7.0" ,
48
+ "prettier" : " ^3.3.3" ,
49
+ "ts-jest" : " ^29.2.0" ,
50
+ "tsup" : " ^8.1.0" ,
51
+ "typescript" : " ^5.3.3"
52
+ },
53
+ "files" : [
54
+ " dist"
55
+ ],
56
+ "packageManager" :
" [email protected] " ,
57
+ "publishConfig" : {
58
+ "access" : " public"
59
+ }
60
+ }
0 commit comments