Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Nov 5, 2024
1 parent ff9cd26 commit 61d5d05
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}
"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"
}

0 comments on commit 61d5d05

Please # to comment.