spdf-to-printer
Version:
A utility to print PDF files from Node.js and Electron
59 lines (58 loc) • 1.4 kB
JSON
{
"name": "spdf-to-printer",
"version": "1.5.6",
"description": "A utility to print PDF files from Node.js and Electron",
"license": "MIT",
"author": "artiebits <artur.khusaenov@gmail.com> 9033466@qq.com",
"repository": {
"type": "git",
"url": "https://github.com/sujiewen/pdf-to-printer.git"
},
"main": "dist/bundle.js",
"types": "dist/types.d.ts",
"files": [
"dist"
],
"scripts": {
"test": "jest",
"lint": "prettier --write 'src/**/*.{js,jsx,ts,json,md}' '__test__' 'webpack.production.config.js' 'examples'",
"build": "webpack --config webpack.production.config.js",
"prepublishOnly": "npm run lint && npm run test && npm run build"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*src/**/*.{js,md}": [
"prettier --write"
]
},
"devDependencies": {
"@babel/cli": "7.12.1",
"@babel/core": "7.12.3",
"@babel/preset-env": "7.10.4",
"babel-jest": "26.5.2",
"clean-webpack-plugin": "3.0.0",
"copy-webpack-plugin": "5.1.1",
"husky": "^4.3.0",
"jest": "26.5.3",
"lint-staged": "^10.4.2",
"prettier": "2.1.2",
"webpack": "4.43.0",
"webpack-cli": "3.3.12"
},
"keywords": [
"pdf",
"printer",
"pdf-printer",
"zebra-printer",
"rollo-printer",
"node.js",
"electron",
"windows",
"macos",
"linux"
]
}