{
  "name": "@noredink/ui",
  "version": "1.2.2",
  "description": "UI widgets we use.",
  "main": "lib/index.js",
  "directories": {
    "test": "tests"
  },
  "files": [
    "dist.js",
    "lib/**/*.js"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublish": "npm run build-lib",
    "build-lib": "npx browserify --entry lib/index.js --outfile dist.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NoRedInk/NoRedInk-ui.git"
  },
  "author": "",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/NoRedInk/NoRedInk-ui/issues"
  },
  "homepage": "https://github.com/NoRedInk/NoRedInk-ui#readme",
  "devDependencies": {
    "@percy/cli": "^1.0.0-beta.73",
    "@percy/puppeteer": "^2.0.0",
    "browserify": "16.2.3",
    "puppeteer": "^3.3.0",
    "request": "^2.88.0"
  },
  "dependencies": {
    "axe-core": "3.5.6",
    "expect": "^27.4.6",
    "http-server": "^14.1.0",
    "mocha": "^9.2.0"
  }
}