release 0.1.0

This commit is contained in:
apilki
2026-08-21 12:19:50 +00:00
parent 7b0a9d8ad1
commit b73e6aa106
8734 changed files with 470872 additions and 2 deletions

25
package.json Normal file
View File

@@ -0,0 +1,25 @@
{
"name": "@apilki/ozon-seller",
"version": "0.1.0",
"description": "OpenAPI client for @apilki/ozon-seller",
"author": "OpenAPI-Generator",
"repository": {
"type": "git",
"url": "https://github.com/GIT_USER_ID/GIT_REPO_ID.git"
},
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"module": "./dist/esm/index.js",
"sideEffects": false,
"scripts": {
"build": "tsc && tsc -p tsconfig.esm.json",
"prepare": "npm run build"
},
"devDependencies": {
"typescript": "^4.0 || ^5.0",
"@types/node": "^20.0.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}