UNPKG

@arc-publishing/sdk-commerce-sales

Version:

JS Commerce Sales SDK for working with Arc Commerce Sales API

78 lines (77 loc) 2.4 kB
{ "name": "@arc-publishing/sdk-commerce-sales", "version": "1.94.0", "description": "JS Commerce Sales SDK for working with Arc Commerce Sales API", "keywords": [ "arc", "washingtonpost", "sdk", "typescript" ], "author": { "name": "Arc Commerce", "url": "http://arcpublishing.com/" }, "homepage": "https://github.com/WPMedia/arc-subs-ui/tree/master/packages/sdk-commerce-sales#readme", "license": "ISC", "main": "lib/index.js", "module": "lib-esm/index.js", "repository": { "type": "git", "url": "git+https://github.com/WPMedia/arc-subs-ui.git", "directory": "packages/sdk-commerce-sales" }, "scripts": { "start": "npm run build:umd && webpack-dev-server --colors --progress --host 0.0.0.0", "build": "npm run clean && tsc && tsc -m es6 --outDir lib-esm && webpack", "build:umd": "webpack", "clean": "shx rm -rf umd lib lib-esm lib-umd test-report.html", "test": "jest --colors", "test:ci": "JEST_JUNIT_OUTPUT=../../reports/jest/sdk-sales.xml jest --ci --colors --reporters=default --reporters=\"jest-junit\" --no-cache --runInBand", "test:watch": "jest --watch", "test:coverage": "jest --coverage --colors && jest-coverage-badges --output './badges'", "prepare": "npm run build" }, "engines": { "node": ">=8" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "devDependencies": { "@babel/types": "^7.3.4", "@types/babel__traverse": "7.18.2", "@types/fetch-mock": "^7.2.3", "@types/jest": "^29.5.12", "@types/node": "^20.11.7", "babel-core": "^6.26.3", "babel-loader": "^8.0.5", "fetch-mock": "^7.3.1", "html-webpack-exclude-assets-plugin": "0.0.7", "html-webpack-plugin": "^3.2.0", "jest": "^29.1.2", "jest-coverage-badges": "^1.1.2", "jest-junit": "^6", "shx": "^0.3.2", "terser-webpack-plugin": "^1.2.1", "ts-jest": "^29.1.2", "ts-loader": "^8.2.0", "typescript": "^5.3.3", "webpack": "^4.28.4", "webpack-cli": "^3.2.1", "webpack-dev-server": "^3.1.14" }, "dependencies": { "@arc-publishing/sdk-identity": "^1.94.0", "@arc-publishing/sdk-sales": "^1.94.0", "@arc-publishing/sdk-subs-core": "^1.94.0" }, "nx": { "includedScripts": [ "build", "test:ci" ] }, "gitHead": "b5750af66a3fa540d85a2d467c2b9e3e43749d36" }