-
Notifications
You must be signed in to change notification settings - Fork 308
/
package.json
39 lines (39 loc) · 1.09 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
{
"name": "@chainlink/ea-scripts",
"version": "2.7.13",
"dependencies": {
"@actions/core": "1.11.1",
"@apidevtools/json-schema-ref-parser": "9.1.2",
"@chainlink/ea-bootstrap": "workspace:*",
"@chainlink/ea-factories": "workspace:*",
"@chainlink/external-adapter-framework": "1.7.7",
"airtable": "0.11.6",
"axios": "1.7.8",
"axios-mock-adapter": "1.20.0",
"axios-observable": "1.3.0",
"backoff-rxjs": "6.5.7",
"chalk": "4.1.2",
"class-validator": "0.14.1",
"command-line-args": "5.2.1",
"command-line-usage": "6.1.3",
"json-schema-ref-parser": "9.0.9",
"mockserver-client": "5.11.2",
"rxjs": "7.4.0",
"shelljs": "0.8.5",
"snake-case": "3.0.4",
"swagger-jsdoc": "6.1.0",
"tslib": "2.3.1",
"yaml": "2.2.2"
},
"devDependencies": {
"@types/command-line-args": "5.2.3",
"@types/command-line-usage": "5.0.4",
"@types/jest": "27.5.2",
"@types/shelljs": "0.8.15",
"@types/swagger-jsdoc": "6.0.4",
"@types/yaml": "1.9.7",
"human-id": "4.1.1",
"ts-jest": "27.1.5",
"typescript": "5.6.3"
}
}