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.
 
 

19 lines
365 B

{
"license": "UNLICENSED",
"dependencies": {
"gm": "^1.23.1",
"minimist": "^1.2.5",
"puppeteer": "^3.0.2",
"ramda": "^0.27.0"
},
"devDependencies": {
"@babel/core": "^7.10.1",
"@babel/preset-env": "^7.10.1",
"babel-jest": "^26.0.1",
"jest": "^26.0.1"
},
"scripts": {
"test": "jest",
"watch": "jest --watch"
}
}