-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
41 lines (41 loc) · 1.14 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": "typescript-error-reporter-action",
"version": "1.0.3",
"main": "dist/index.js",
"author": "andoshin11 <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/andoshin11/typescript-error-reporter-action.git"
},
"bugs": {
"url": "https://github.com/andoshin11/typescript-error-reporter-action/issues"
},
"homepage": "https://github.com/andoshin11/typescript-error-reporter-action#readme",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"bundle": "webpack",
"test:type": "tsc --noEmit --incremental false",
"pack:libDTS": "node scripts/packLibDTS.js"
},
"devDependencies": {
"@types/concat-stream": "^1.6.0",
"@types/glob": "^7.1.1",
"@types/node": "^13.7.7",
"@types/yarnpkg__lockfile": "^1.1.3",
"ts-loader": "9.4.2",
"typescript": "^4.9.5",
"webpack": "5.75.0",
"webpack-cli": "5.0.1"
},
"dependencies": {
"@actions/core": "^1.10.0",
"@yarnpkg/lockfile": "^1.1.0",
"buffer-from": "1.1.2",
"concat-stream": "^2.0.0",
"fast-deep-equal": "3.1.3",
"glob": "^7.1.6",
"uri-js": "^4.4.1"
}
}