{
  "name": "@alexa-games/sfb-cli",
  "author": "Amazon.com",
  "bin": {
    "alexa-sfb": "./dist/bin/alexa-sfb"
  },
  "version": "2.1.2",
  "files": [
    "THIRD-PARTY",
    "dist",
    "samples",
    "ffmpeg",
    "skill-stack.yaml"
  ],
  "description": "Alexa SFB build and deployment module",
  "main": "./dist/lib/index.js",
  "dependencies": {
    "@alexa-games/sfb-f": "2.1.2",
    "@alexa-games/sfb-skill": "2.1.2",
    "@alexa-games/sfb-story-debugger": "2.1.2",
    "@alexa-games/sfb-util": "2.1.2",
    "@alexa-games/sfb-vscode-extension": "2.1.2",
    "chalk": "^2.4.2",
    "commander": "^2.19.0",
    "copyfiles": "^2.1.0",
    "semver": "^6.2.0"
  },
  "devDependencies": {
    "@types/mocha": "^5.2.6",
    "@types/mock-fs": "^4.10.0",
    "@types/node": "^12.0.7",
    "@types/semver": "^6.0.1",
    "@types/sinon": "^7.0.13",
    "mocha": "^6.1.3",
    "mock-fs": "^4.12.0",
    "nyc": "^15.1.0",
    "pseudo-localization": "^2.0.2",
    "rimraf": "^2.6.3",
    "sinon": "^7.3.2",
    "tslint": "^5.17.0",
    "typescript": "^3.5.1"
  },
  "scripts": {
    "compile": "npm run lint && npx tsc && npx copyfiles -f ./bin/* ./dist/bin",
    "clean": "npx rimraf ./dist",
    "coverage": "npx nyc --reporter text mocha 'dist/test/**/*.int-spec.js' 'dist/test/**/*.spec.js'",
    "lint": "npx tslint --project tsconfig.json",
    "test": "npx mocha 'dist/test/**/*.int-spec.js' 'dist/test/**/*.spec.js'",
    "package": "./buildFFmpeg.sh && cp _THIRD-PARTY-for-package THIRD-PARTY",
    "posttest": "npx rimraf ./.out"
  },
  "nyc": {
    "exclude": [
      "**/test"
    ]
  },
  "keywords": [
    "game",
    "story",
    "Alexa",
    "skill",
    "voice"
  ],
  "license": "LicenseRef-.amazon.com.-AmznSL-1.0",
  "gitHead": "148f184cf801176b54482814d72a2995eae9d245"
}
