-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.64 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.64 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
50
51
{
"name": "actions-name",
"version": "1.0.3",
"description": "actions-description",
"main": "main.ts",
"scripts": {
"build": "tsc && ncc build ./src/main.ts -o dist",
"prettier:write": "prettier --write '**/*.ts'",
"prettier:check": "prettier --check '**/*.ts'",
"lint:check": "eslint . --ext .ts",
"lint:write": "eslint --fix . --ext .ts",
"test": "jest --coverage",
"prepare": "husky",
"start": "yarn run build && node ./dist/index.js",
"local": "yarn run build && act --job regression --env-file ./.env --eventpath .github/workflows/regression/payload.json --secret-file my.secrets"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@octokit/action": "^6.0.7",
"@vercel/ncc": "^0.38.1",
"asana": "^3.0.2"
},
"devDependencies": {
"@tsconfig/node20": "^20.1.2",
"@types/asana": "^0.18.16",
"@types/jest": "^29.5.11",
"@types/json-schema": "^7.0.15",
"@types/node": "^20.11.24",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^9.1.7",
"jest": "^29.7.0",
"prettier": "^3.2.4",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "^5.3.3"
},
"engines": {
"node": "20"
},
"packageManager": "yarn@4.6.0+sha512.5383cc12567a95f1d668fbe762dfe0075c595b4bfff433be478dbbe24e05251a8e8c3eb992a986667c1d53b6c3a9c85b8398c35a960587fbd9fa3a0915406728"
}