UNPKG

swell-node

Version:
61 lines (60 loc) 1.49 kB
{ "name": "swell-node", "version": "6.0.3", "description": "Swell API client for NodeJS", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "engines": { "node": ">=16" }, "repository": { "type": "git", "url": "git://github.com/swellstores/swell-node.git" }, "keywords": [ "swell", "ecommerce", "api" ], "author": "Swell", "license": "MIT", "homepage": "https://github.com/swellstores/swell-node", "bugs:": "https://github.com/swellstores/swell-node/issues", "dependencies": { "axios": "^1.7.7", "http-cookie-agent": "^5.0.4", "retry": "^0.13.1", "tough-cookie": "^4.1.4" }, "devDependencies": { "@types/jest": "^29.5.11", "@types/node": "^14.14.31", "@types/retry": "^0.12.5", "@types/tough-cookie": "^4.0.5", "@typescript-eslint/eslint-plugin": "^6.18.1", "@typescript-eslint/parser": "^6.18.1", "axios-mock-adapter": "^2.0.0", "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.2", "jest": "^29.7.0", "prettier": "^3.1.1", "rimraf": "^5.0.5", "ts-jest": "^29.1.1", "ts-node": "^10.9.2", "typescript": "^5.3.2" }, "scripts": { "clean": "rimraf dist", "prebuild": "npm run clean", "build": "tsc", "prepare": "npm run build", "lint": "eslint src", "prettier": "prettier --write \"**/*.ts\"", "test": "jest", "test:watch": "jest --watch" } }