-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 908 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
{
"name": "circleci-v2-sdk",
"version": "5.1.1",
"author": "Speakeasy API",
"scripts": {
"prepare": "tsc --build",
"check:tsc": "tsc --noEmit --skipLibCheck",
"check:eslint": "eslint --max-warnings=0 src",
"check": "npm run check:tsc && npm run check:eslint"
},
"dependencies": {
"axios": "^1.1.3",
"jsonpath": "^1.1.1",
"class-transformer": "^0.5.1",
"form-data": "^4.0.0",
"reflect-metadata": "^0.1.13"
},
"devDependencies": {
"@types/jsonpath": "^0.2.0",
"@types/node": "^18.11.5",
"typescript": "^4.8.4",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"eslint": "^8.36.0"
},
"main": "dist/index.js",
"files": [
"dist",
"docs",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/swissknife/circleci-node.git",
"directory": "."
}
}