{
  "name": "@appthreat/atom-common",
  "version": "1.0.4",
  "description": "Common library for the @appthreat/atom project.",
  "main": "index.js",
  "type": "module",
  "devDependencies": {},
  "keywords": [
    "atom",
    "commands",
    "parse",
    "astgen",
    "code",
    "analysis"
  ],
  "author": "Team AppThreat <cloud@appthreat.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AppThreat/atom.git"
  },
  "files": [
    "*.js",
    "*.mjs",
    "LICENSE"
  ]
}
