27 lines
690 B
JSON
27 lines
690 B
JSON
{
|
|
"name": "@apilki/yandex-market",
|
|
"version": "0.3.0",
|
|
"description": "JavaScript/TypeScript client for Yandex Market Partner API",
|
|
"author": "vitya.kuznetsov@gmail.com",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/apilki/yandex-market-typescript.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",
|
|
"test": "node --test"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^4.0 || ^5.0"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org"
|
|
},
|
|
"license": "MIT"
|
|
}
|