bpac-js
Version:
High level API for interacting with the Brother BPAC SDK
58 lines (57 loc) • 1.34 kB
JSON
{
"name": "bpac-js",
"version": "2.2.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"
},
"engines": {
"node": ">=22.14.0"
},
"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.28.1",
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.14",
"@typescript-eslint/eslint-plugin": "^8.26.1",
"@typescript-eslint/parser": "^8.26.1",
"eslint": "^9.22.0",
"ts-jest": "^29.2.6",
"ts-node": "^10.9.2",
"tsup": "^8.4.0",
"typescript": "^5.8.2"
}
}