UNPKG

feathers-shippo

Version:

A Feathers JS adapter for the Shippo API

45 lines (44 loc) 1.13 kB
{ "name": "feathers-shippo", "version": "0.1.0", "description": "A Feathers JS adapter for the Shippo API", "keywords": [ "Feathers", "FeathersJS", "Shippo" ], "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "types": "dist/index.d.ts", "files": [ "dist/" ], "repository": { "type": "git", "url": "https://github.com/DaddyWarbucks/feathers-shippo" }, "scripts": { "lint": "eslint src --fix", "deps:check": "npx depcheck", "deps:outdated": "yarn outdated", "build": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json", "prepublish": "rimraf ./dist && yarn build" }, "author": "DaddyWarbucks", "license": "MIT", "dependencies": { "@feathersjs/errors": "^4.5.15", "@feathersjs/feathers": "^4.5.15", "axios": "^1.2.0", "bottleneck": "^2.19.5" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.45.0", "@typescript-eslint/parser": "^5.45.0", "eslint": "^8.28.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.2.1", "prettier": "^2.8.0", "typescript": "^4.9.3" } }