UNPKG

labelmake

Version:

PDF generation library of declarative style programing.

81 lines (80 loc) 2.1 kB
{ "name": "labelmake", "version": "2.0.23", "description": "PDF generation library of declarative style programing.", "main": "dist/labelmake.min.js", "typings": "dist/types/labelmake.d.ts", "engines": { "node": ">=14" }, "scripts": { "start": "rollup -c rollup.config.ts -w", "test": "jest", "test:watch": "jest --coverage --watch", "test:prod": "npm run test -- --no-cache", "lint": "tsc --noEmit", "lint:watch": "tsc -w --noEmit", "prebuild": "rimraf dist", "build": "tsc --module commonjs && rollup -c rollup.config.ts", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/hand-dot/labelmake.git" }, "keywords": [ "PDF" ], "author": "hand-dot <kyouhei.fukuda0729@gmail.com> (https://github.com/hand-dot)", "license": "MIT", "bugs": { "url": "https://github.com/hand-dot/labelmake/issues" }, "jest": { "moduleFileExtensions": [ "js", "ts" ], "transform": { "^.+\\.ts$": "ts-jest" }, "globals": { "ts-jest": { "tsconfig": "tsconfig.json" } }, "testMatch": [ "**/*.test.ts" ] }, "homepage": "https://github.com/hand-dot/labelmake#readme", "dependencies": { "@pdf-lib/fontkit": "^1.1.1", "bwip-js": "^2.1.3", "pdf-lib": "^1.16.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^20.0.0", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^13.0.4", "@types/bwip-js": "^2.1.1", "@types/jest": "^27.0.1", "@types/node": "^16.7.5", "@types/pngjs": "^6.0.1", "jest": "^27.5.1", "jsqr": "^1.4.0", "pdf2json": "^2.0.0", "pngjs": "^6.0.0", "rimraf": "^3.0.2", "rollup": "^2.0.2", "rollup-plugin-node-builtins": "^2.1.2", "rollup-plugin-node-globals": "^1.4.0", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.30.0", "rollup-plugin-visualizer": "^5.5.2", "ts-jest": "^27.0.5", "ts-node": "^10.2.1", "tslib": "^2.3.1", "typescript": "^4.4.2" } }