@stylusapparel/opv3-merchant-api-nodejs
Version:
This is the official NodeJs wrapper for connecting to the StylusOP API V3
45 lines (44 loc) • 984 B
JSON
{
"name": "@stylusapparel/opv3-merchant-api-nodejs",
"version": "0.9.9",
"description": "This is the official NodeJs wrapper for connecting to the StylusOP API V3",
"main": "index.js",
"scripts": {
"test": "jest --coverage"
},
"husky": {
"hooks": {
"pre-push": "npm run test"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/stylusapparel/opv3-merchant-api-nodejs.git"
},
"keywords": [
"stylus",
"apparel",
"custom apparel",
"order processing",
"wrapper",
"npm"
],
"author": "visakh",
"license": "ISC",
"bugs": {
"url": "https://github.com/stylusapparel/opv3-merchant-api-nodejs/issues"
},
"homepage": "https://github.com/stylusapparel/opv3-merchant-api-nodejs#readme",
"dependencies": {
"axios": "^1.7.9"
},
"devDependencies": {
"husky": "^4.2.5",
"jest": "^29.7.0"
},
"directories": {
"example": "example",
"lib": "lib",
"test": "test"
}
}