{
  "name": "@esri/solution-storymap",
  "version": "6.6.2",
  "description": "Manages the creation and deployment of Story Map item types for @esri/solution.js.",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "exports": {
    ".": {
      "import": "./dist/esm/index.js",
      "require": "./dist/cjs/index.js"
    },
    "./package.json": "./package.json"
  },
  "types": "dist/esm/index.d.ts",
  "author": "Esri",
  "license": "Apache-2.0",
  "files": [
    "dist/**"
  ],
  "devDependencies": {
    "npm-check-updates": "^17.1.0"
  },
  "dependencies": {
    "@esri/hub-common": "^17.0.2",
    "@esri/solution-common": "^6.6.2",
    "tslib": "1.14.1"
  },
  "scripts": {
    "build": "npm-run-all --parallel build:*",
    "build:cjs": "tsc --outDir ./dist/cjs -m commonjs --moduleResolution node",
    "postbuild:cjs": "node ../../scripts/create-dist-package-jsons.mjs",
    "build:esm": "tsc --outDir ./dist/esm --declaration",
    "postbuild:esm": "node ../../scripts/create-dist-package-jsons.mjs",
    "dev": "npm-run-all --parallel dev:*",
    "dev:cjs": "tsc -w --outDir ./dist/cjs -m commonjs --moduleResolution node",
    "dev:esm": "tsc -w --outDir ./dist/esm --declaration",
    "getupdates": "npm-check-updates --upgrade"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "directory": "packages/storymap",
    "type": "git",
    "url": "git+https://github.com/Esri/solution.js.git"
  },
  "contributors": [
    {
      "name": "Mike Tschudi",
      "email": "mtschudi@esri.com"
    },
    {
      "name": "Chris Fox",
      "email": "cfox@esri.com"
    },
    {
      "name": "John Hauck",
      "email": "jhauck@esri.com"
    },
    {
      "name": "Dave Bouwman",
      "email": "dbouwman@esri.com"
    },
    {
      "name": "John Gravois"
    }
  ],
  "bugs": {
    "url": "https://github.com/Esri/solution.js/issues"
  },
  "homepage": "https://github.com/Esri/solution.js#readme",
  "keywords": [
    "typescript",
    "promise",
    "fetch",
    "arcgis",
    "esri",
    "ES6"
  ],
  "gitHead": "e33947389af65e61226182808a06eccdb3adfd83"
}
