-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.25 KB
/
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
39
40
41
{
"name": "hog-heaven",
"version": "1.3.1",
"description": "Github action for sending release annotations to PostHog, aka make sure your PostHog cloud is in \"Hog Heaven\".",
"main": "build/index.js",
"scripts": {
"build": "tsc",
"package": "ncc build dist/index.js --source-map --license licenses.txt --out build",
"analyze": "yarn analyze:types && yarn biome check",
"analyze:fmt": "biome format",
"analyze:ci": "biome ci --diagnostic-level=error",
"analyze:lint": "biome lint",
"fix:fmt": "biome format --fix",
"fix:lint": "biome lint --fix",
"analyze:types": "tsc --noEmit",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joggrdocs/hog-heaven.git"
},
"author": "Joggr Team <engineering@joggr.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/joggrdocs/hog-heaven/issues"
},
"homepage": "https://github.com/joggrdocs/hog-heaven#readme",
"dependencies": {
"@actions/core": "^1.10.0",
"axios": "^1.6.8"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@types/node": "^20.12.2",
"@vercel/ncc": "^0.38.1",
"dotenv": "^16.3.1",
"husky": "^9.1.1",
"typescript": "^5.3.3"
},
"packageManager": "yarn@4.3.1"
}