-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 989 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
34
35
36
37
38
39
{
"name": "automagically-action-execute",
"version": "1.0.0",
"private": true,
"main": "dist/index.js",
"type": "module",
"engineStrict": true,
"engines": {
"node": "16"
},
"scripts": {
"lint": "eslint **/*.ts --max-warnings=0",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OctoMind-dev/automagically-azure-devops-task-execute.git"
},
"author": "OctoMind-dev",
"license": "MIT",
"dependencies": {
"azure-pipelines-task-lib": "^4.10.0",
"node-fetch": "^3.3.2"
},
"devDependencies": {
"@types/node": "^20.11.24",
"@types/q": "^1.5.8",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^6.21.0",
"@vercel/ncc": "^0.38.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-github": "^4.10.2",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"typescript": "^5.4.2"
}
}