UNPKG

react-receipt-slip

Version:

The react-receipt-slip easiest way to create a receipt template.

48 lines 1.23 kB
{ "name": "react-receipt-slip", "version": "1.1.3", "description": "The react-receipt-slip easiest way to create a receipt template.", "keywords": [ "React", "Receipt", "POS", "react-receipt", "pos-react", "thermal-printer" ], "homepage": "https://github.com/devychan/react-receipt-slip#readme", "bugs": { "url": "https://github.com/devychan/react-receipt-slip/issues" }, "repository": { "type": "git", "url": "git+https://github.com/devychan/react-receipt-slip.git" }, "license": "MIT", "author": "devychan", "main": "./dist/Paper.cjs", "module": "./dist/Paper.mjs", "types": "./dist/Paper.d.ts", "files": [ "dist" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "npx tsup --format cjs,esm --dts", "prepublishOnly": "npm run build" }, "publishConfig": { "registry": "https://registry.npmjs.org" }, "devDependencies": { "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "tsup": "^8.5.0", "typescript": "^5.8.3" }, "dependencies": { "react": "^18.3.1", "react-dom": "^18.3.1", "styled-components": "^6.1.19" } }