diff --git a/package.json b/package.json index b1af68c..66dfeec 100644 --- a/package.json +++ b/package.json @@ -1,36 +1,36 @@ { - "name": "@zetachain/protocol-contracts-ton", - "version": "0.0.0-set-on-publish", - "author": "zetachain", - "license": "MIT", - "scripts": { - "start": "blueprint run", - "build": "blueprint build", - "prettier": "prettier -c .", - "test": "jest --verbose" - }, - "main": "dist/index.js", - "files": [ - "dist", - "build" - ], - "devDependencies": { - "@ton/blueprint": "^0.24.0", - "@ton/core": "~0", - "@ton/crypto": "^3.2.0", - "@ton/sandbox": "^0.20.0", - "@ton/test-utils": "^0.4.2", - "@ton/ton": "^15.1.0", - "@types/jest": "^29.5.12", - "@types/node": "^20.14.10", - "jest": "^29.7.0", - "prettier": "^3.3.2", - "ts-jest": "^29.2.0", - "ts-node": "^10.9.2", - "typescript": "^5.5.3" - }, - "dependencies": { - "ethers": "^6.13.2" - }, - "packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72" -} \ No newline at end of file + "name": "@zetachain/protocol-contracts-ton", + "version": "0.0.0-set-on-publish", + "author": "zetachain", + "license": "MIT", + "scripts": { + "start": "blueprint run", + "build": "blueprint build", + "prettier": "prettier -c .", + "test": "jest --verbose" + }, + "main": "dist/index.js", + "files": [ + "dist", + "build" + ], + "devDependencies": { + "@ton/blueprint": "^0.24.0", + "@ton/core": "~0", + "@ton/crypto": "^3.2.0", + "@ton/sandbox": "^0.20.0", + "@ton/test-utils": "^0.4.2", + "@ton/ton": "^15.1.0", + "@types/jest": "^29.5.12", + "@types/node": "^20.14.10", + "jest": "^29.7.0", + "prettier": "^3.3.2", + "ts-jest": "^29.2.0", + "ts-node": "^10.9.2", + "typescript": "^5.5.3" + }, + "dependencies": { + "ethers": "^6.13.2" + }, + "packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72" +}