{
  "name": "ton-compiler",
  "version": "2.3.0",
  "description": "TON compiler binaries",
  "main": "dist/index.js",
  "repository": "https://github.com/ton-core/ton-compiler.git",
  "author": "Steve Korshakov <steve@korshakov.com>",
  "license": "MIT",
  "files": [
    "dist/**/*",
    "bin/**/*"
  ],
  "bin": "./bin/ton-compiler",
  "scripts": {
    "release": "rm -fr dist && tsc && jest && yarn npm publish"
  },
  "dependencies": {
    "arg": "^5.0.1",
    "tmp": "^0.2.1"
  },
  "devDependencies": {
    "@babel/core": "^7.15.5",
    "@babel/preset-env": "^7.15.6",
    "@babel/preset-typescript": "^7.15.0",
    "@types/jest": "^27.0.2",
    "@types/node": "16.10.2",
    "@types/tmp": "^0.2.1",
    "babel-jest": "^27.2.4",
    "jest": "^27.2.4",
    "typescript": "4.4.3"
  }
}