noredink-ui/package.json
2022-09-07 16:12:48 -06:00

44 lines
1.0 KiB
JSON

{
"name": "@noredink/ui",
"version": "1.2.3",
"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.4.0",
"@percy/puppeteer": "^2.0.2",
"browserify": "16.2.3",
"prettier": "^2.7.1",
"puppeteer": "^13.0.1",
"request": "^2.88.2",
"@axe-core/puppeteer": "^4.4.3",
"axe-core": "4.4.3",
"expect": "^27.5.1",
"mocha": "^9.2.2"
},
"dependencies": {
"http-server": "^14.1.1"
}
}