{
  "name": "taapi",
  "version": "1.4.8",
  "description": "A wrapper and a client for the TAAPI.IO API",
  "main": "./dist/cjs/index.js",
  "module": "./dist/index.js",
  "scripts": {
    "start": "node ./dist/index.js",
    "build": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
    "dev": "nodemon ./src/index.ts",
    "prepublish": "npm run build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "TA",
    "Technical Analysis",
    "Indicators",
    "API",
    "Crypto",
    "Stocks",
    "Forex"
  ],
  "author": "TAAPI.IO <support@taapi.io> (https://taapi.io)",
  "license": "ISC",
  "devDependencies": {
    "@types/node": "^18.11.15",
    "nodemon": "^2.0.20",
    "ts-node": "^10.9.1"
  },
  "dependencies": {
    "axios": "^1.2.1"
  },
  "files": [
    "dist/"
  ]
}
