{
  "name": "@ton-community/tx-emulator",
  "version": "0.1.0",
  "description": "TON transaction emulator",
  "main": "dist/index.js",
  "license": "MIT",
  "author": "TonTech",
  "files": [
    "dist/**/*"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ton-community/tx-emulator"
  },
  "devDependencies": {
    "@types/jest": "^29.2.3",
    "jest": "^29.3.1",
    "ton": "^13.3.0",
    "ts-jest": "^29.0.3",
    "typescript": "^4.9.3",
    "ton-core": "^0.36.1",
    "ton-crypto": "3.2.0"
  },
  "peerDependencies": {
    "ton": ">=13.0.0",
    "ton-core": ">=0.36.1",
    "ton-crypto": ">=3.2.0"
  },
  "scripts": {
    "wasm:pack": "node ./scripts/pack-wasm.js",
    "wasm:copy": "cp src/executor/emulator-emscripten.js src/executor/emulator-emscripten.wasm.js ./dist/executor",
    "test": "yarn wasm:pack && yarn jest src",
    "build": "rm -rf dist && yarn wasm:pack && yarn test && tsc && yarn wasm:copy",
    "config:pack": "node ./scripts/pack-config.js"
  }
}
