{ "name": "@proj-airi/ccc", "type": "module", "private": true, "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.mjs" } }, "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "stub": "unbuild --stub", "build": "unbuild", "test": "vitest run", "test:watch": "vitest", "lint": "eslint .", "lint:fix": "eslint --fix ." }, "dependencies": { "meta-png": "^1.0.6" } }