{
  "name": "@unvt/sprite-one",
  "version": "0.1.1",
  "description": "Generate sprite images and json without mapnik",
  "main": "dist/lib/index.js",
  "types": "dist/lib/index.d.ts",
  "bin": {
    "sprite-one": "dist/bin/index.js"
  },
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "prettier": "prettier --check 'src/**/*.ts' 'tests/**/*.ts'",
    "prettier:write": "prettier --write 'src/**/*.ts' 'tests/**/*.ts'"
  },
  "author": "Taro Matsuzawa",
  "license": "MIT",
  "dependencies": {
    "bin-pack": "^1.0.2",
    "commander": "^11.1.0",
    "sharp": "^0.33.0"
  },
  "devDependencies": {
    "@types/bin-pack": "^1.0.3",
    "@types/jest": "^29.5.11",
    "@types/node": "^20.10.4",
    "jest": "^29.7.0",
    "prettier": "3.1.0",
    "ts-jest": "^29.1.1",
    "ts-node": "^10.9.2",
    "typescript": "^5.3.3"
  }
}