shipstation-node
Version:
Unofficial Node.js wrapper for the ShipStation API
50 lines (49 loc) • 1.33 kB
JSON
{
"author": "Jake Leventhal <jakeleventhal@me.com>",
"bugs": {
"url": "https://github.com/rip-technologies/shipstation-node/issues"
},
"dependencies": {
"axios": "^1.8.4",
"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.29.1",
"@typescript-eslint/parser": "8.29.1",
"eslint": "9.24.0",
"eslint-config-prettier": "10.1.2",
"eslint-plugin-prettier": "5.2.6",
"eslint-plugin-simple-import-sort": "12.1.1",
"prettier": "3.5.3",
"ts-node": "10.9.2",
"typescript": "5.8.3",
"typescript-eslint": "8.29.1"
},
"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",
"packageManager": "pnpm@9.15.9",
"repository": {
"type": "git",
"url": "git+https://github.com/rip-technologies/shipstation-node.git"
},
"scripts": {
"build": "tsc",
"format": "pnpm run lint --fix",
"lint": "eslint --max-warnings 0 --config=eslint.config.js"
},
"types": "dist/index.d.ts",
"version": "1.5.6"
}