package.json 788 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 -f !-webonly unit/build/three.source.unit.js",
  8. "unit-examples": "rollup -c rollup.unit.config.js && rimraf node_modules/three && qunit -r failonlyreporter -f !-webonly unit/build/three.example.unit.js"
  9. },
  10. "devDependencies": {
  11. "failonlyreporter": "^1.0.0",
  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. }