-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
33 lines (33 loc) · 995 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
{
"name": "public_ozon_connector",
"version": "1.0.1",
"description": "Реализация методов Ozon Seller Api",
"main": "",
"scripts": {
"updateApi": "npx swagger-typescript-api -p https://docs.ozon.ru/api/seller/swagger.json -o ./ozon_api -n ozonDoc.ts --modular --extract-request-params --extract-request-body --extract-response-body --extract-response-error -r --single-http-client --patch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/googlesheets-ru/OzonFromGAS"
},
"keywords": [
"GAS",
"Script",
"API",
"OZON",
"OZON Seller API"
],
"author": "@Mityayka1",
"license": "",
"bugs": {
"url": "https://github.com/googlesheets-ru/OzonFromGAS/issues"
},
"homepage": "https://github.com/googlesheets-ru/OzonFromGAS#readme",
"dependencies": {
"@googleapis/sheets": "^4.0.1",
"@types/google-apps-script": "^1.0.59"
},
"devDependencies": {
"swagger-typescript-api": "^12.0.4"
}
}