{
  "name": "tga",
  "version": "1.0.7",
  "description": "A pure nodejs tga image parser and writer.",
  "main": "src/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/steel1990/tga.git"
  },
  "keywords": [
    "tga",
    "image"
  ],
  "engines": {
    "node": ">=6.0.0"
  },
  "author": "lbbsteel@gmail.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/steel1990/tga/issues"
  },
  "homepage": "https://github.com/steel1990/tga#readme",
  "dependencies": {
    "debug": "^2.6.1",
    "restructure": "^2.0.0"
  },
  "devDependencies": {
    "fs-extra": "^10.1.0",
    "pngjs": "^5.0.0"
  }
}
