{
  "name": "spu-png",
  "version": "0.0.4",
  "description": "Javascript PNG library",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "devDependencies": {
    "@types/node": "^10.12.0",
    "spu-md5": "0.0.2"
  },
  "scripts": {
    "prepare": "tsc -p lib.tsconfig.json",
    "test": "tsc -p tests.tsconfig.json && node tests.out/tests/index.js"
  },
  "author": "Princess Rosella",
  "license": "MIT",
  "dependencies": {}
}
