-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 889 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 889 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
38
{
"name": "@bicisteadm/upgates-ts-sdk",
"version": "1.0.0",
"description": "TypeScript SDK for working with Upgates API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"test": "echo \"No tests specified\""
},
"keywords": [
"upgates",
"api",
"sdk",
"typescript",
"e-commerce"
],
"author": "Adam Bičiště",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/bicisteadm/upgates-ts-sdk.git"
},
"homepage": "https://github.com/bicisteadm/upgates-ts-sdk#readme",
"bugs": {
"url": "https://github.com/bicisteadm/upgates-ts-sdk/issues"
},
"devDependencies": {
"@types/node": "^20.11.24",
"axios": "^1.6.7",
"dotenv": "^16.4.5",
"typescript": "^5.3.3"
},
"peerDependencies": {
"axios": "^1.6.7"
}
}