{
  "name": "@teurons/neptune-nodejs",
  "version": "1.1.11",
  "description": "NodeJS Package for Teuron's Neptune",
  "main": "src/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "release": "gh release create",
    "bump": "npm version patch",
    "bump:pre": "npm version prerelease --preid=alpha",
    "bump:minor": "npm version minor"
  },
  "keywords": [
    "Teurons",
    "Neptune"
  ],
  "author": "Rajiv Seelam",
  "license": "ISC",
  "dependencies": {
    "axios": "^0.21.1"
  }
}
