UNPKG

@move-lab/shippify-node

Version:

This library allows you to quickly use Shippify API with NodeJS

39 lines (38 loc) 945 B
{ "name": "@move-lab/shippify-node", "version": "0.0.11", "description": "This library allows you to quickly use Shippify API with NodeJS", "main": "lib/index.js", "license": "MIT", "dependencies": { "axios": "^0.19.0", "lodash": "^4.17.15" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.3", "babel-preset-es2015": "^6.24.1" }, "babel": { "presets": [ "es2015" ] }, "scripts": { "prepublish": "node_modules/babel-cli/bin/babel.js src --out-dir lib", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/move-lab/shippify-node.git" }, "keywords": [ "shippify" ], "author": "pablo.barrales@movelab.cl", "bugs": { "url": "https://github.com/move-lab/shippify-node/issues" }, "homepage": "https://github.com/move-lab/shippify-node#readme", "private": false }