UNPKG

txtracer-core-test-dev

Version:

Core TxTracer library for collecting transaction information

77 lines (76 loc) 2.05 kB
{ "name": "txtracer-core-test-dev", "version": "0.1.5", "description": "Core TxTracer library for collecting transaction information", "main": "dist/index.js", "scripts": { "build": "tsc --declaration", "lint": "eslint --cache .", "test": "jest", "fmt": "prettier --write -l --cache .", "fmt:check": "prettier --check --cache ." }, "keywords": [ "ton", "tact", "blockchain", "tracing" ], "repository": { "type": "git", "url": "git+https://github.com/tact-lang/txtracer-core.git" }, "author": "TON Studio", "license": "MIT", "bugs": { "url": "https://github.com/tact-lang/txtracer-core/issues" }, "homepage": "https://github.com/tact-lang/txtracer-core#readme", "files": [ "dist", "!dist/test" ], "dependencies": { "@ton-community/func-js": "^0.10.0", "@ton/core": "^0.61.0", "@ton/sandbox": "^0.36.0", "@ton/ton": "^15.3.1", "axios": "^1.6.7" }, "devDependencies": { "@ton/crypto": "^3.3.0", "@types/jest": "^29.5.14", "@types/node": "^22.14.0", "esbuild": "^0.25.2", "eslint": "^9.19.0", "eslint-plugin-unicorn": "^56.0.1", "eslint-plugin-unused-imports": "^4.1.4", "jest": "^29.7.0", "prettier": "3.4.2", "ts-jest": "^29.2.6", "typescript": "^5.7.0", "typescript-eslint": "^8.22.0" }, "packageManager": "yarn@4.6.0", "prettier": { "arrowParens": "avoid", "bracketSpacing": false, "printWidth": 100, "semi": false, "singleQuote": false, "tabWidth": 4, "trailingComma": "all", "useTabs": false, "overrides": [ { "files": [ "*.yaml", "*.yml" ], "options": { "tabWidth": 2 } } ] } }