wmakeev/moysklad

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "moysklad",
  "version": "0.16.0",
  "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",
    "bundle": "webpack",
    "build": "npm run clean",
    "test-src": "node -r dotenv/config tests",
    "test-typings": "tsc --build tests/tsconfig.json",
    "test": "npm run lint && npm run test-typings && npm run build && npm run bundle && npm run test-src",
    "coverage": "c8 node -r dotenv/config ./tests --src src --reporter text --reporter lcov --skip-full",
    "version": "npm run pick-version && npm run bundle && git add src/version.js bundle/*",
    "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": {
    "@tsconfig/esm": "^1.0.3",
    "@tsconfig/node20": "^1.0.1",
    "@tsconfig/strictest": "^2.0.1",
    "@types/node": "^20.2.4",
    "c8": "^7.12.0",
    "dotenv": "^16.0.3",
    "eslint": "^8.41.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^4.2.1",
    "np": "^7.7.0",
    "prettier": "^2.8.8",
    "tape": "^5.6.3",
    "typescript": "^5.0.4",
    "undici": "^5.22.1",
    "webpack": "^5.84.1",
    "webpack-cli": "^5.1.1"
  },
  "engines": {
    "node": ">=16.8"
  }
}