You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "HashEyes Art Engine is a tool used to create multiple different instances of artworks based on provided audio, image or video layers.",
"main": "index.js",
"type": "module",
"bin": {
"hasheyes": "src/cli.js"
},
"pkg": {
"assets": [
"layers/**/*",
"node_modules/**/*",
"src/**/*"
]
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"