{ "name": "notifications-admin", "version": "0.0.1", "description": "Admin front end for Notify", "engines": { "node": ">=10.15.3" }, "scripts": { "lint": "gulp lint", "test": "jest --config tests/javascripts/jest.config.js tests/javascripts", "test-watch": "jest --watch --config tests/javascripts/jest.config.js tests/javascripts", "build": "gulp", "watch": "gulp watch", "audit": "better-npm-audit audit --production --level low", "pa11y-ci": "pa11y-ci" }, "repository": { "type": "git", "url": "git+https://github.com/GSA/notifications-admin.git" }, "author": "General Services Administration", "license": "CC0", "homepage": "https://github.com/GSA/notifications-admin#readme", "overrides": { "graceful-fs": "^4.2.11" }, "dependencies": { "@rollup/plugin-commonjs": "^28.0.5", "@rollup/plugin-node-resolve": "^16.0.2", "@rollup/stream": "^3.0.1", "@uswds/uswds": "^3.13.0", "cbor-js": "0.1.0", "d3": "^7.9.0", "gulp-merge": "^0.1.1", "jquery": "3.7.1", "playwright": "^1.56.0", "python": "^0.0.4", "query-command-supported": "1.0.0", "sass-embedded": "^1.93.2", "textarea-caret": "3.1.0", "vinyl-buffer": "^1.0.1", "vinyl-source-stream": "^2.0.0" }, "devDependencies": { "@babel/core": "^7.28.4", "@babel/preset-env": "^7.28.3", "@uswds/compile": "^1.3.1", "backstopjs": "^6.3.25", "better-npm-audit": "^3.11.0", "gulp": "^5.0.1", "gulp-add-src": "^1.0.0", "gulp-babel": "8.0.0", "gulp-clean-css": "4.3.0", "gulp-concat": "^2.6.1", "gulp-if": "^3.0.0", "gulp-include": "2.4.1", "gulp-jshint": "2.1.0", "gulp-load-plugins": "^2.0.8", "gulp-prettyerror": "2.0.0", "gulp-uglify": "3.0.2", "jest": "^30.2.0", "jest-each": "^30.1.0", "jest-environment-jsdom": "^30.2.0", "jshint": "2.13.6", "jshint-stylish": "2.2.1", "merge-stream": "^2.0.0", "rollup": "^4.52.4", "rollup-plugin-commonjs": "10.1.0", "rollup-plugin-node-resolve": "5.2.0" } }