package.json 645 B

1234567891011121314151617181920
  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. "dev": "rollup -c rollup.unit.config.js -w -m inline",
  7. "unit": "rollup -c rollup.unit.config.js && rimraf node_modules/three && qunit -r failonlyreporter unit/build/three.source.unit.js"
  8. },
  9. "devDependencies": {
  10. "failonlyreporter": "^1.0.0",
  11. "image-output": "^2.4.2",
  12. "jimp": "^0.12.0",
  13. "pixelmatch": "^5.2.0",
  14. "puppeteer": "3.1.0",
  15. "qunit": "^2.10.0",
  16. "rimraf": "^3.0.2",
  17. "serve-handler": "^6.1.2"
  18. },
  19. "license": "MIT"
  20. }