UNPKG

paccurate

Version:

Reduce fulfillment costs and wasted material by finding the optimal way to pack every shipment, in real time.

90 lines (89 loc) 2.53 kB
{ "name": "paccurate", "version": "2.2.1", "description": "Reduce fulfillment costs and wasted material by finding the optimal way to pack every shipment, in real time.", "author": "Mark <mark@remarkablemark.org>", "main": "cjs/index.js", "module": "esm/index.js", "exports": { "import": "./esm/index.js", "require": "./cjs/index.js" }, "scripts": { "build": "npm run build:cjs && npm run build:esm", "build:cjs": "tsc", "build:esm": "tsc --module nodenext --outDir esm", "clean": "rm -rf cjs coverage docs esm", "docs": "typedoc", "docs:watch": "npm run docs -- --watch", "lint": "eslint .", "lint:fix": "npm run lint -- --fix", "lint:tsc": "tsc --noEmit", "prepare": "husky", "prepublishOnly": "npm run lint && npm run lint:tsc && npm run test:ci && npm run test:esm && npm run clean && npm run build", "swagger-to-types": "openapi-typescript src/swagger.yaml --output src/swagger.ts --prettier-config .prettierrc.json", "test": "jest", "test:ci": "CI=true jest --ci --colors --coverage", "test:esm": "npm run build:esm && node --test src", "test:watch": "jest --watch" }, "repository": { "type": "git", "url": "https://github.com/remarkablemark/paccurate" }, "bugs": { "url": "https://github.com/remarkablemark/paccurate/issues" }, "keywords": [ "paccurate", "pack", "ship", "rest", "api" ], "dependencies": { "node-fetch": "2.7.0" }, "devDependencies": { "@commitlint/cli": "19.8.0", "@commitlint/config-conventional": "19.8.0", "@eslint/compat": "1.2.7", "@eslint/eslintrc": "3.3.0", "@eslint/js": "9.22.0", "@types/jest": "29.5.14", "@types/node": "22.13.11", "@types/node-fetch": "2.6.12", "@typescript-eslint/eslint-plugin": "8.27.0", "@typescript-eslint/parser": "8.27.0", "dotenv": "16.4.7", "eslint": "9.22.0", "eslint-plugin-prettier": "5.2.3", "eslint-plugin-simple-import-sort": "12.1.1", "eslint-plugin-tsdoc": "0.4.0", "globals": "16.0.0", "husky": "9.1.7", "jest": "29.7.0", "lint-staged": "15.5.0", "openapi-typescript": "5.4.2", "prettier": "3.5.3", "ts-jest": "29.2.6", "typedoc": "0.28.1", "typescript": "5.8.2" }, "peerDependencies": { "@types/node-fetch": "2" }, "peerDependenciesMeta": { "@types/node-fetch": { "optional": true } }, "files": [ "cjs/", "esm/" ], "engines": { "node": ">=14" }, "license": "MIT" }