{
  "name": "wgt-to-usb",
  "version": "1.0.2",
  "description": "CLI script to create Tizen USB demo package from a .wgt file",
  "main": "src/index.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/fingerartur/wgt-to-usb.git"
  },
  "bin": {
    "wgt-to-usb": "build/index.js"
  },
  "scripts": {
    "build": "rm -rf build && npx tsc",
    "prepare": "npm run build"
  },
  "author": "Artur Finger",
  "license": "ISC",
  "devDependencies": {
    "@types/form-data": "^2.5.0",
    "@types/node": "^14.14.37",
    "@types/node-fetch": "^2.5.8",
    "@types/stream-to-promise": "^2.2.1",
    "@types/yargs": "^16.0.1",
    "@typescript-eslint/eslint-plugin": "^4.19.0",
    "@typescript-eslint/parser": "^4.19.0",
    "eslint": "^7.23.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-plugin-import": "^2.22.1",
    "typescript": "^4.2.3"
  },
  "dependencies": {
    "form-data": "^4.0.0",
    "node-fetch": "^2.6.1",
    "stream-to-promise": "^3.0.0",
    "yargs": "^16.2.0"
  }
}
