UNPKG

moysklad

Version:

Библиотека для работы с API сервиса МойСклад

89 lines (88 loc) 2.26 kB
{ "name": "moysklad", "version": "0.21.1", "description": "Библиотека для работы с API сервиса МойСклад", "main": "index.js", "types": "index.d.ts", "files": [ "bundle", "src", "tools", "index.js", "index.d.ts", "README.md" ], "scripts": { "lint": "eslint . --fix", "clean": "echo 'no clean'", "pick-version": "node ./scripts/lib-version.js", "build": "npm run clean", "test-src": "node -r dotenv/config tests", "test-typings": "tsc --build tests/tsconfig.json", "coverage": "c8 node -r dotenv/config ./tests --src src --reporter text --reporter lcov --skip-full", "test": "npm run lint && npm run test-typings && npm run build && npm run coverage", "version": "npm run pick-version && git add src/version.js", "release": "np" }, "repository": { "type": "git", "url": "git+https://github.com/wmakeev/moysklad.git" }, "keywords": [ "moysklad", "warehouse", "client", "wms", "crm", "api" ], "author": { "name": "Vitaliy V. Makeev", "email": "w.makeev@gmail.com" }, "license": "MIT", "bugs": { "url": "https://github.com/wmakeev/moysklad/issues" }, "homepage": "https://github.com/wmakeev/moysklad#readme", "prettier": { "semi": false, "singleQuote": true, "quoteProps": "consistent", "trailingComma": "none", "arrowParens": "avoid" }, "np": { "yarn": false }, "dependencies": { "@wmakeev/base64encode": "^2.0.1", "have2": "1.0.0-beta.1", "stampit": "^4.3.2" }, "devDependencies": { "@babel/code-frame": "^7.26.2", "@tsconfig/esm": "^1.0.5", "@tsconfig/node20": "^20.1.4", "@tsconfig/strictest": "^2.0.5", "@types/node": "^20.17.5", "c8": "^10.1.3", "dotenv": "^16.4.5", "envalid": "^8.0.0", "eslint": "^8.57.1", "eslint-config-prettier": "^8.10.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^4.2.1", "json-source-map": "^0.6.1", "moysklad-fetch-planner": "^3.0.0", "np": "^10.2.0", "p-retry": "^6.2.1", "prettier": "^2.8.8", "tape": "^5.9.0", "typescript": "^5.6.3", "undici": "^7.3.0" }, "engines": { "node": ">=16.8" } }