{ "name": "@bytelyst/quick-actions", "version": "0.1.6", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "scripts": { "build": "tsc" }, "devDependencies": { "typescript": "^5.7.3" } }