{
  "name": "ton-fee-calculator",
  "version": "2.9.2",
  "description": "",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "lint": "tsc --noEmit && eslint --ext .js,.jsx,.ts,.tsx src",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stone-ton/ton-fee-calculator"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/stone-ton/ton-fee-calculator/issues"
  },
  "homepage": "https://github.com/stone-ton/ton-fee-calculator#readme",
  "files": [
    "lib/**/*"
  ],
  "devDependencies": {
    "@swc/core": "^1.7.3",
    "@swc/jest": "^0.2.36",
    "@types/jest": "^29.5.12",
    "@typescript-eslint/eslint-plugin": "^7.18.0",
    "@typescript-eslint/parser": "^7.18.0",
    "eslint": "^8.57.0",
    "eslint-config-standard": "^17.1.0",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-n": "^16.6.2",
    "eslint-plugin-promise": "^6.6.0",
    "jest": "^29.7.0",
    "jest-mock-extended": "^3.0.7",
    "typescript": "^5.5.4"
  },
  "peerDependencies": {
    "@stone-ton/business-day": ">=0.0.3",
    "dayjs": ">=1.11.12"
  }
}
