package.json 615 B

12345678910111213141516171819
  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. "jimp": "^0.12.0",
  12. "pixelmatch": "^5.2.0",
  13. "puppeteer": "3.1.0",
  14. "qunit": "^2.10.0",
  15. "rimraf": "^3.0.2",
  16. "serve-handler": "^6.1.2"
  17. },
  18. "license": "MIT"
  19. }