-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 968 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 968 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
36
{
"name": "@rantalainen/ytj-api-client",
"version": "1.2.2",
"description": "",
"main": "dist/index.js",
"scripts": {
"dev": "tsc --watch",
"test": "nodemon test.js",
"build": "tsc",
"clean-generated-types": "node ./scripts/clean-generated-types.js",
"generate": "wsdl-tsclient --verbose -o ./src/generated ./resources/https_api_tietopalvelu_ytj_fi_yritystiedot.wsdl && npm run clean-generated-types"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rantalainen/ytj-api-client.git"
},
"author": "",
"license": "MIT",
"files": [
"dist/**/*",
"resources/*"
],
"bugs": {
"url": "https://github.com/rantalainen/ytj-api-client/issues"
},
"homepage": "https://github.com/rantalainen/ytj-api-client#readme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"axios-retry": "^4.0.0",
"dayjs": "^1.11.10",
"soap": "^1.0.0",
"wsdl-tsclient": "^1.4.0"
}
}