{
  "name": "@dazlab-team/angular-playable-builder",
  "version": "11.0.1-beta.5",
  "description": "Builds Facebook Playable Ad source file from the Angular app sources.",
  "main": "dist/index.js",
  "files": [
    "dist",
    "builders.json"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dazlab-team/angular-playable-builder.git"
  },
  "author": "Andrew Anisimov <andy@dazlab.io> (https://www.dazlab.global/)",
  "license": "MIT",
  "engines": {
    "node": ">=10.13.0"
  },
  "keywords": [
    "angular",
    "builder",
    "angular-cli",
    "facebook",
    "playable"
  ],
  "scripts": {
    "build": "node ./node_modules/typescript/bin/tsc"
  },
  "builders": "builders.json",
  "devDependencies": {
    "@angular-devkit/architect": ">=0.1100.0 < 0.1200.0",
    "@angular-devkit/build-angular": ">=0.1100.0 < 0.1200.0",
    "@angular-devkit/core": "^11.0.0",
    "@types/node": "^14.14.20",
    "typescript": "^4.1.3"
  },
  "bugs": {
    "url": "https://github.com/dazlab-team/angular-playable-builder/issues"
  },
  "homepage": "https://github.com/dazlab-team/angular-playable-builder#readme",
  "dependencies": {
    "sync-request": "^6.1.0",
    "trumpet": "^1.7.2"
  }
}
