forked from BrainWise-DEV/POSNext
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 717 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 717 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "pos_next",
"version": "1.15.0",
"description": "POS built on ERPNext that brings together real-time billing, stock management, multi-user access, offline mode, and direct ERP integration. Run your store or restaurant with confidence and control, while staying 100% open source.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "cd POS && yarn install",
"dev": "cd POS && yarn dev",
"build": "cd POS && yarn build"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"dompurify": "^3.3.0",
"playwright": "^1.57.0"
},
"devDependencies": {
"baseline-browser-mapping": "^2.9.14"
}
}