-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 947 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
{
"name": "@rantalainen/valamis-api-client",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"dev": "tsc --watch",
"test": "nodemon test.js",
"build": "tsc",
"openapi": "npx swagger-typescript-api -p openapi_new.json -o ./src -n api.ts -r --axios"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rantalainen/valamis-api-client.git"
},
"author": "",
"license": "MIT",
"files": [
"dist/**/*"
],
"bugs": {
"url": "https://github.com/rantalainen/valamis-api-client/issues"
},
"homepage": "https://github.com/rantalainen/valamis-api-client#readme",
"dependencies": {
"agentkeepalive": "^4.2.1",
"axios": "^1.1.3",
"cacheable-lookup": "^6.1.0"
},
"devDependencies": {
"@types/node": "^14.18.36",
"swagger-typescript-api": "^12.0.2",
"typescript": "^4.4.4"
},
"publishConfig": {
"access": "restricted"
}
}