{ "name": "@rocket.chat/pdf-worker", "version": "0.0.2", "private": true, "devDependencies": { "@storybook/addon-essentials": "~6.5.16", "@storybook/react": "~6.5.16", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "~13.4.0", "@types/emojione": "^2.2.6", "@types/jest": "~29.5.2", "@types/react-dom": "^18.2.5", "@types/testing-library__jest-dom": "~5.14.6", "eslint": "~8.43.0", "jest": "~29.5.0", "jest-environment-jsdom": "~29.5.0", "react-dom": "^18.2.0", "ts-jest": "~29.0.5", "typescript": "~5.1.3" }, "scripts": { "lint": "eslint --ext .js,.jsx,.ts,.tsx .", "lint:fix": "eslint --ext .js,.jsx,.ts,.tsx . --fix", "test": "jest", "build": "rm -rf dist && tsc -p tsconfig.json && cp -r src/public dist/public", "dev": "tsc -p tsconfig.json --watch --preserveWatchOutput", "storybook": "start-storybook -p 6006" }, "main": "./dist/index.js", "typings": "./dist/index.d.ts", "files": [ "/dist" ], "dependencies": { "@react-pdf/renderer": "^3.1.12", "@rocket.chat/core-typings": "workspace:^", "@rocket.chat/fuselage-tokens": "next", "@types/react": "~17.0.62", "emoji-assets": "^7.0.1", "emoji-toolkit": "^7.0.1", "moment": "^2.29.4", "moment-timezone": "^0.5.43", "react": "^18.2.0" }, "volta": { "extends": "../../../package.json" } }