viperid/slop/palette/package.json

17 lines
308 B
JSON
Raw Permalink Normal View History

2024-04-23 01:16:32 +00:00
{
"name": "palette",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"main": "node index.mjs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"colorjs.io": "^0.5.0",
"pngjs": "^7.0.0"
}
}