1234567891011121314151617181920 |
- {
- "name": "test-deps-intaller",
- "version": "1.0.0",
- "description": "This package hiding test dependincies from main repo because puppeteer is pretty big.",
- "scripts": {
- "dev": "rollup -c rollup.unit.config.js -w -m inline",
- "unit": "rollup -c rollup.unit.config.js && rimraf node_modules/three && qunit -r failonlyreporter -f !-webonly unit/build/three.source.unit.js",
- "unit-examples": "rollup -c rollup.unit.config.js && rimraf node_modules/three && qunit -r failonlyreporter -f !-webonly unit/build/three.example.unit.js"
- },
- "devDependencies": {
- "failonlyreporter": "^1.0.0",
- "jimp": "^0.12.0",
- "pixelmatch": "^5.2.0",
- "puppeteer": "10.0.0",
- "qunit": "^2.10.0",
- "rimraf": "^3.0.2",
- "serve-handler": "^6.1.2"
- },
- "license": "MIT"
- }
|