{
  "name": "@plasma-platform/promotions",
  "version": "2.1.10",
  "description": "Scripts for monster promotions",
  "main": "./lib/promotions.js",
  "keywords": [
    "banners",
    "promotions"
  ],
  "author": "Sergey Mirza <shaggrath@mail.ru>",
  "homepage": "https://templatemonster.gitlab.io/PlasmaPlatform/Frontend/plasma-platform/packages/promotions",
  "license": "ISC",
  "directories": {
    "lib": "lib"
  },
  "files": [
    "lib"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.com:TemplateMonster/PlasmaPlatform/Frontend/plasma-platform.git"
  },
  "dependencies": {
    "@plasma-platform/clock-timer": "^0.10.5",
    "@plasma-platform/helpers": "^0.10.0",
    "dayjs": "^1.8.20"
  },
  "scripts": {
    "clean": "rimraf lib coverage",
    "start": "run-s clean build:dev",
    "build": "run-s clean build:prod build:doc build:readme",
    "build:dev": "cross-env NODE_ENV=production rollup -cw --environment=development --bundleConfigAsCjs",
    "build:prod": "cross-env NODE_ENV=production rollup -c --environment=production --bundleConfigAsCjs",
    "build:doc": "documentation build src/**/*.js -o public -f html",
    "build:readme": "documentation readme src/**/*.js -s 'Short documentation'",
    "test": "run-s build test:code",
    "test:light": "run-s test:code",
    "test:coverage": "run-s build test:codeCoverage",
    "test:code": "cross-env NODE_ENV=test jest --passWithNoTests",
    "test:codeCoverage": "cross-env NODE_ENV=test jest --coverage --passWithNoTests",
    "version": "npm run test"
  },
  "gitHead": "8c3e57a2bd787e3ddd7e3685d3a42d6cabaf186b"
}
