{
  "name": "wdfn-viz",
  "version": "3.6.0",
  "description": "Provides templates and style sheets which implement the USGS visual standards for headers and footers",
  "scripts": {
    "build": "npm run clean && mkdir -p dist && run-p build:*",
    "build:js": "rollup -c --environment NODE_ENV:production",
    "build:csswdfnall": "sass --load-path node_modules/@uswds/uswds/src/stylesheets --load-path node_modules/@uswds/uswds/packages src/stylesheets/wdfnviz-uswds-all.scss dist/wdfnviz-all.css && postcss dist/wdfnviz-all.css -o dist/wdfnviz-all.css",
    "build:csswdfnviz": "sass --load-path node_modules/@uswds/uswds/src/stylesheets --load-path node_modules/@uswds/uswds/packages src/stylesheets/wdfnviz-header-footer.scss dist/wdfnviz.css && postcss dist/wdfnviz.css -o dist/wdfnviz.css",
    "build:fonts": "mkdir -p dist/fonts && cp -r node_modules/@uswds/uswds/dist/fonts/* dist/fonts",
    "build:html": "nunjucks --path src --out dist index.html",
    "build:images": "mkdir -p dist/img && cp -r src/img/* dist/img && cp -r node_modules/@uswds/uswds/dist/img/* dist/img",
    "build:sass": "mkdir -p dist/sass && cp -r src/stylesheets/* dist/sass && cp -r node_modules/@uswds/uswds/dist/scss/* dist/sass",
    "build:uswdsinit": "cp -r node_modules/@uswds/uswds/dist/js/uswds-init.min.* dist",
    "clean": "rm -rf dist && mkdir dist",
    "lint": "run-p lint:*",
    "lint:cs": "stylelint src/stylesheets ",
    "lint:js": "eslint src/js",
    "prepare": "npm run build",
    "serve": "live-server --port=9000 --cors dist",
    "start": "run-p watch serve",
    "test": "jest --collectCoverage=true",
    "test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand",
    "test:watch": "jest --watch",
    "watch": "run-p watch:*",
    "watch:css": "nodemon -w src/stylesheets -e scss -x \"npm run build:css\"",
    "watch:fonts": "npm run build:fonts",
    "watch:html": "nodemon -w src -e scss,html -x \"echo Rebuilding... && nunjucks --path src --out dist index.html \"",
    "watch:images": "npm run build:images",
    "watch:js": "rollup -c --watch",
    "watch:sass": "npm run build:sass"
  },
  "repository": {
    "type": "git",
    "url": "git+https://code.usgs.gov/wma/iow/wdfn-viz.git"
  },
  "keywords": [
    "USGS",
    "header",
    "footer"
  ],
  "author": "WMA Integrated Information Dissemination Division",
  "license": "CC0-1.0",
  "bugs": {
    "url": "https://code.usgs.gov/wma/iow/wdfn-viz/-/issues"
  },
  "homepage": "https://code.usgs.gov/wma/iow/wdfn-viz",
  "engines": {
    "node": ">= 12"
  },
  "sass": "dist/sass/wdfnviz.scss",
  "style": "dist/wdfnviz.css",
  "main": "dist/wdfnviz.js",
  "module": "dist/wdfnviz.es6.js",
  "files": [
    "dist",
    "src"
  ],
  "devDependencies": {
    "@babel/preset-env": "7.20.2",
    "@rollup/plugin-commonjs": "24.0.1",
    "@rollup/plugin-node-resolve": "15.0.1",
    "@wwa/rollup-plugin-terser": "1.0.1",
    "autoprefixer": "10.4.14",
    "eslint": "8.36.0",
    "eslint-plugin-jest": "27.2.1",
    "jest": "29.5.0",
    "jest-environment-jsdom": "29.5.0",
    "live-server": "1.2.2",
    "nodemon": "2.0.21",
    "npm-run-all": "4.1.5",
    "nunjucks": "3.2.3",
    "nunjucks-cli": "1.0.0",
    "postcss": "8.4.21",
    "postcss-cli": "10.1.0",
    "postcss-csso": "6.0.1",
    "postcss-flexbugs-fixes": "5.0.2",
    "rollup": "3.19.1",
    "sass": "1.59.3",
    "stylelint": "15.3.0",
    "stylelint-config-recommended-scss": "9.0.1",
    "stylelint-scss": "4.5.0"
  },
  "dependencies": {
    "@uswds/uswds": "3.4.1"
  }
}
