{ "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/script": "^1.0.2", "browserify": "16.2.3", "elm": "latest-0.19.1", "elm-format": "0.8.3", "elm-test": "0.19.1", "elm-verify-examples": "^4.0.0", "request": "^2.88.0" }, "dependencies": { "axe-core": "^3.3.0", "puppeteer": "^1.20.0" } }