{
  "name": "financial-indicator",
  "version": "1.1.29",
  "description": "",
  "scripts": {
    "rmdir": "node -e \"var fs = require('fs');process.argv.slice(1).map((fpath)=>{ try {fs.rmdirSync(fpath,{recursive: true})} catch(e){console.warn('Error folder:', fpath, e)}});process.exit(0);\"",
    "build": "npm run rmdir -- dist && tsc",
    "prepare": "npm run build",
    "test": "mocha --require ts-node/register ./test/**/*.spec.ts"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/DoTranMinhChu/financial-indicator"
  },
  "keywords": [
    "DoTranMinhChu"
  ],
  "types": "dist/index.d.ts",
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "files": [
    "/dist"
  ],
  "module": "./dist/esm/index.js",
  "author": "dotranminhchu",
  "license": "ISC",
  "private": false,
  "homepage": "https://github.com/DoTranMinhChu/financial-indicator",
  "devDependencies": {
    "@types/chai": "^4.3.16",
    "@types/mocha": "^10.0.6",
    "@types/node": "^20.13.0",
    "assert": "^2.1.0",
    "chai": "^5.1.1",
    "mocha": "^10.4.0",
    "ts-loader": "^9.5.1",
    "ts-node": "^10.9.2",
    "typescript": "^5.4.5"
  }
}
