pos_bluetooth_thermal_printer/package.json
2025-11-21 05:52:53 +07:00

18 lines
470 B
JSON

{
"name": "pos_bluetooth_thermal_printer",
"version": "1.0.0",
"description": "Bluetooth thermal printer support for Odoo POS",
"scripts": {
"test": "jest --config jest.config.js",
"test:watch": "jest --config jest.config.js --watch"
},
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/preset-env": "^7.23.0",
"babel-jest": "^29.7.0",
"fast-check": "^4.3.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0"
}
}