{
  "name": "@kstasi/jest-tolk",
  "version": "0.0.11",
  "main": "dist/index.js",
  "types": "dist/index.js",
  "license": "Apache-2.0",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/kstasi/jest-tolk.git"
  },
  "scripts": {
    "build": "tsc",
    "pretest": "tsc",
    "test": "jest",
    "fmt": "prettier --write ."
  },
  "peerDependencies": {
    "@ton/core": "^0.59.1",
    "@ton/sandbox": "^0.23.0",
    "@ton/tolk-js": "^0.6.0"
  },
  "devDependencies": {
    "@ton/core": "^0.59.1",
    "@ton/sandbox": "^0.23.0",
    "@ton/tolk-js": "^0.6.0",
    "@tsconfig/node18": "^18.2.4",
    "@types/jest": "^29.5.14",
    "jest": "^29.7.0",
    "prettier": "^3.4.2",
    "ts-jest": "^29.2.5",
    "ts-node": "^10.9.2",
    "tsx": "^4.19.2",
    "typescript": "^5.7.2"
  },
  "dependencies": {
    "@jest/test-result": "^29.7.0",
    "@ton-community/tlb-codegen": "^1.1.0",
    "@ton-community/tlb-parser": "^0.1.3",
    "@tonkite/tree-sitter-tolk": "^0.0.1",
    "chalk": "^4.1.2",
    "create-jest-runner": "^0.12.3",
    "jest-message-util": "^29.7.0"
  },
  "packageManager": "pnpm@8.15.6+sha1.8105075ad0aa306138be128c017e9c41e28ecffa",
  "keywords": [
    "tolk",
    "jest",
    "ton"
  ]
}
