bpac-js
Version:
High level API for interacting with the Brother BPAC SDK
59 lines (58 loc) • 1.43 kB
JSON
{
"name": "bpac-js",
"version": "3.0.0",
"description": "High level API for interacting with the Brother BPAC SDK",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"scripts": {
"build": "tsup",
"build:dev": "npm run type-check && npm run lint && npm run test && npm run build ",
"lint": "eslint --fix .",
"dev": "tsup --watch",
"type-check": "tsc",
"test": "jest",
"version": "npx changeset",
"release": "changeset publish"
},
"engines": {
"node": ">=18"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yeasir01/bpac-js.git"
},
"bugs": {
"url": "https://github.com/yeasir01/bpac-js/issues"
},
"files": [
"LICENSE",
"CHANGELOG.md",
"README.md",
"package.json",
"dist/"
],
"keywords": [
"bpac",
"brother",
"print",
"barcode",
"web print",
"brother-label-printer",
"brother-ql"
],
"author": "Yeasir H. (https://yeasirhugais.com)",
"license": "MIT",
"devDependencies": {
"@changesets/cli": "^2.29.7",
"@jest/globals": "^30.2.0",
"@types/jest": "^30.0.0",
"@typescript-eslint/eslint-plugin": "^8.48.0",
"@typescript-eslint/parser": "^8.48.0",
"eslint": "^9.39.1",
"ts-jest": "^29.4.5",
"ts-node": "^10.9.2",
"tsup": "^8.5.1",
"typescript": "^5.9.3"
}
}