package.json 533 B

123456789101112131415161718
  1. {
  2. "name": "test-deps-intaller",
  3. "version": "1.0.0",
  4. "description": "This package hiding test dependincies from main repo because puppeteer is pretty big.",
  5. "scripts": {
  6. "unit": "rollup -c rollup.unit.config.js && qunit -r failonlyreporter unit/build/three.source.unit.js"
  7. },
  8. "devDependencies": {
  9. "failonlyreporter": "^1.0.0",
  10. "image-output": "^2.4.2",
  11. "pixelmatch": "^5.2.0",
  12. "pngjs": "^5.0.0",
  13. "puppeteer": "2.1.1",
  14. "qunit": "^2.10.0",
  15. "serve-handler": "^6.1.2"
  16. },
  17. "license": "MIT"
  18. }