{
  "name": "spriteconv",
  "version": "1.0.0",
  "type": "module",
  "description": "A tool to convert PNG images into JSON indexed-color sprites to be used in dosemu",
  "main": "spriteconv.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": {
    "name": "Bogdan Ionita",
    "email": "bog2k3@gmail.com"
  },
  "license": "ISC",
  "dependencies": {
    "png-js": "^1.0.0"
  }
}
