{ "name": "@newjersey/feedback-widget", "version": "0.7.0", "description": "Feedback widget to add to a web page, from the New Jersey Office of Innovation", "main": "feedback-widget.min.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/newjersey/feedback-widget.git" }, "author": "namanaman", "license": "ISC", "bugs": { "url": "https://github.com/newjersey/feedback-widget/issues" }, "homepage": "https://github.com/newjersey/feedback-widget#readme", "files": [ "feedback-widget.min.js" ], "devDependencies": { "@testing-library/dom": "10.4.1", "@testing-library/jest-dom": "6.9.1", "@testing-library/user-event": "14.6.1", "jest": "30.2.0", "jest-environment-jsdom": "30.2.0" }, "type": "module", "jest": { "testEnvironment": "jsdom" } }