-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 778 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 778 Bytes
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
{
"name": "@flagent/client",
"version": "0.1.7",
"description": "OpenAPI client for @flagent/client",
"author": "OpenAPI-Generator Contributors",
"repository": {
"type": "git",
"url": "https://github.com/MaxLuxs/Flagent.git"
},
"keywords": [
"axios",
"typescript",
"openapi-client",
"openapi-generator",
"@flagent/client"
],
"license": "Unlicense",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"test": "jest"
},
"dependencies": {
"axios": "^1.6.1"
},
"devDependencies": {
"@types/jest": "^29.0.0",
"@types/node": "12.11.5 - 12.20.42",
"jest": "^29.0.0",
"ts-jest": "^29.1.0",
"typescript": "^4.0 || ^5.0"
}
}