UNPKG

@agnostack/magento2-request

Version:

Please contact agnoStack via info@agnostack.com for any questions

61 lines (60 loc) 1.47 kB
{ "name": "@agnostack/magento2-request", "version": "1.1.6", "author": "Minkyu Yang <minkyu.yang@uniquelyparticular.com> (https://agnostack.com)", "owner": "agnoStack", "description": "Please contact agnoStack via info@agnostack.com for any questions", "homepage": "https://github.com/agnostack/magento2-request#readme", "repository": "github:agnostack/magento2-request", "keywords": [ "magento2", "ecommerce", "api", "node", "typescript", "javascript", "agnostack", "particular", "particular." ], "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "yarn clean && tsc -d", "clean": "rimraf dist", "clean-install": "yarn clean; yarn install --force", "test": "jest --passWithNoTests", "semantic-release": "semantic-release" }, "husky": { "hooks": { "pre-commit": "pretty-quick --staged" } }, "dependencies": { "cross-fetch": "3.0.6", "moment": "2.29.1" }, "devDependencies": { "@types/fetch-mock": "7.3.3", "@types/jest": "24.9.1", "chai": "4.2.0", "fetch-everywhere": "1.0.5", "fetch-mock": "8.3.2", "husky": "2.7.0", "jest": "24.9.0", "prettier": "1.19.1", "pretty-quick": "1.11.1", "rimraf": "2.7.1", "semantic-release": "15.14.0", "ts-jest": "24.3.0", "typescript": "3.9.7" }, "publishConfig": { "access": "public" } }