-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 858 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 858 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
37
{
"name": "@rantalainen/koho-api-helper",
"version": "8.0.0",
"description": "Koho Sales API helper library",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "tsc --watch",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rantalainen/koho-api-helper.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/rantalainen/koho-api-helper/issues"
},
"homepage": "https://github.com/rantalainen/koho-api-helper#readme",
"dependencies": {
"agentkeepalive": "^4.2.1",
"form-data": "^3.0.0",
"got": "^11.8.6"
},
"files": [
"dist/**/*"
],
"devDependencies": {
"@types/node": "^18.x",
"typescript": "^4.9.5"
},
"publishConfig": {
"access": "public"
}
}