shipstation-client
Version:
ShipStation V2 SDK
35 lines • 795 B
JSON
{
"name": "shipstation-client",
"version": "0.1.0",
"description": "ShipStation V2 SDK",
"author": "Eyal Fishler",
"repository": {
"type": "git",
"url": "https://github.com/eyaljoyous/shipstation-api.git"
},
"keywords": [
"nodejs",
"shipstation-client",
"shipstation",
"shipstation-api",
"shipstation api",
"shipstation nodejs",
"shipstation api v2"
],
"license": "MIT",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"module": "./dist/esm/index.js",
"sideEffects": false,
"scripts": {
"build": "tsc && tsc -p tsconfig.esm.json",
"prepare": "npm run build"
},
"dependencies": {
"axios": "^1.6.1"
},
"devDependencies": {
"@types/node": "12.11.5 - 12.20.42",
"typescript": "^4.0 || ^5.0"
}
}