UNPKG

@stylusapparel/stylusop-api-node-wrapper

Version:

This is the official NodeJs wrapper for connecting to the StylusOP API

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