You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

25 lines
610 B

{
"name": "test-deps-intaller",
"private": true,
"version": "1.0.0",
"description": "This package hiding test dependincies from main repo because puppeteer is pretty big.",
"license": "MIT",
"type": "module",
"scripts": {
"unit": "qunit -r failonlyreporter -f !-webonly unit/three.source.unit.js"
},
"devDependencies": {
"failonlyreporter": "^1.0.0",
"jimp": "^0.16.0",
"pixelmatch": "^5.3.0",
"puppeteer": "^15.2.0",
"qunit": "^2.19.1",
"serve-handler": "^6.1.3"
},
"dependencies": {
"three": "file:.."
},
"overrides": {
"jpeg-js": "^0.4.4"
}
}