forked from kodlyft/xpos
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·31 lines (31 loc) · 773 Bytes
/
package.json
File metadata and controls
executable file
·31 lines (31 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "xpos",
"version": "0.0.1",
"description": "A modern, offline-capable Point of Sale application for Frappe and ERPNext",
"author": "Ali Raza <ar.frappe.dev@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/aliraxa29/xpos.git"
},
"bugs": {
"url": "https://github.com/aliraxa29/xpos/issues"
},
"homepage": "https://github.com/aliraxa29/xpos#readme",
"keywords": [
"xpos",
"frappe",
"erpnext",
"pos",
"point-of-sale",
"vue",
"electron",
"pwa",
"offline"
],
"scripts": {
"dev": "cd frontend && yarn dev",
"build": "cd frontend && yarn install && yarn build",
"prepare": "pre-commit install && pre-commit install --hook-type commit-msg"
}
}