UNPKG

shipstation-node

Version:
48 lines 1.3 kB
{ "author": "Jake Leventhal <jakeleventhal@me.com>", "bugs": { "url": "https://github.com/rip-technologies/shipstation-node/issues" }, "dependencies": { "axios": "^1.13.5", "axios-retry": "^4.5.0", "limiter": "^3.0.0" }, "description": "Unofficial Node.js wrapper for the ShipStation API", "devDependencies": { "@types/node": "20.17.10", "@typescript-eslint/eslint-plugin": "8.56.0", "@typescript-eslint/parser": "8.56.0", "eslint": "10.0.1", "eslint-config-prettier": "10.1.8", "eslint-plugin-prettier": "5.5.5", "eslint-plugin-simple-import-sort": "12.1.1", "prettier": "3.8.1", "ts-node": "10.9.2", "typescript": "5.9.3", "typescript-eslint": "8.56.0" }, "files": [ "dist", "README.md", "LICENSE" ], "homepage": "https://github.com/rip-technologies/shipstation-node#readme", "keywords": [ "shipstation" ], "license": "MIT", "main": "dist/index.js", "name": "shipstation-node", "repository": { "type": "git", "url": "git+https://github.com/rip-technologies/shipstation-node.git" }, "types": "dist/index.d.ts", "version": "2.0.0", "scripts": { "build": "tsc", "format": "pnpm run lint --fix", "lint": "eslint --max-warnings 0 --config=eslint.config.js" } }