-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 933 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
28
29
30
31
32
33
{
"name": "crashlytics-analysis",
"version": "1.2.1",
"description": "",
"scripts": {
"prepublish": "tsc -p tsconfig.json",
"publish": "npm run prepublish; ncc build lib/index.js --license license.txt",
"lint": "eslint --ext ts,tsx src",
"lint:fix": "eslint --ext ts,tsx --fix src"
},
"bin": {
"create-issue": "lib/index.js"
},
"author": "ttymsd",
"license": "ISC",
"devDependencies": {
"@types/node": "^16.18.28",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"eslint": "^8.40.0",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"typescript": "^5.0.4"
},
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@google-cloud/bigquery": "^6.2.0",
"axios": "^1.4.0"
}
}