@plasma-platform/clock-timer
Version:
Counter for promotions
47 lines (46 loc) • 1.62 kB
JSON
{
"name": "@plasma-platform/clock-timer",
"version": "0.10.5",
"description": "Counter for promotions",
"main": "./lib/index.js",
"keywords": [
"banners",
"promotions"
],
"author": "Artem Rybalko <art.v.ryb@gmail.com>",
"homepage": "https://templatemonster.gitlab.io/PlasmaPlatform/Frontend/plasma-platform/packages/clock-timer",
"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/helpers": "^0.10.0",
"@plasma-platform/styles": "^1.1.2"
},
"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": "29f393e83ba530d847cf51da3c2d8e919f491fd7"
}