UNPKG

@ringmybelle/taxjar

Version:
52 lines (51 loc) 1.14 kB
{ "name": "@ringmybelle/taxjar", "version": "4.0.2", "private": false, "description": "TaxJar Sales Tax API for Node", "homepage": "https://github.com/RingMyBelle/taxjar-node", "author": "TaxJar <jake@taxjar.com> (https://www.taxjar.com/)", "license": "MIT", "contributors": [ "Jake Johnson <jake@taxjar.com>", "Scott Rudiger <scott.rudiger@taxjar.com>" ], "keywords": [ "taxjar", "sales tax", "sales tax calculations", "sales tax rates", "api" ], "repository": { "type": "git", "url": "git://github.com/RingMyBelle/taxjar-node.git" }, "engines": { "node": ">= 18" }, "main": "dist/taxjar.js", "files": [ "dist/**", "!dist/.DS_Store" ], "types": "dist/taxjar.d.ts", "devDependencies": { "@types/node-fetch": "^2.6.2", "chai": "^4.3.7", "chai-stuff": "^0.3.3", "eslint": "^8.32.0", "mocha": "^10.2.0", "nock": "^13.3.0", "typescript": "~4.9.4" }, "dependencies": { "node-fetch": "^2.6.8" }, "scripts": { "prepublish": "npm run build", "build": "tsc", "lint": "eslint", "test": "tsc && mocha" } }