{
  "name": "fta-cli",
  "version": "3.0.0",
  "description": "FTA (Fast TypeScript Analyzer) is a super-fast TypeScript static analysis tool written in Rust",
  "repository": "https://github.com/sgb-io/fta.git",
  "author": "sgb-io <sam@sgb.io>",
  "license": "MIT",
  "main": "index.js",
  "bin": {
    "fta": "index.js"
  },
  "types": "@types/fta-cli.d.ts",
  "scripts": {
    "prepublishOnly": "node check.js"
  }
}
