2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 03:29:00 +00:00
books/package.json
2018-10-21 13:26:06 +05:30

25 lines
635 B
JSON

{
"name": "frappe-accounting",
"description": "Simple Accounting app for everyone",
"productName": "Frappe Accounting",
"version": "0.0.2",
"author": {
"name": "Frappe Technologies Pvt. Ltd.",
"email": "hello@frappe.io"
},
"build": {
"appId": "io.frappe.accounting"
},
"main": "dist/electron/main.js",
"license": "MIT",
"scripts": {
"test": "mocha tests",
"start": "frappe start",
"electron": "ELECTRON=true frappe start electron",
"build-electron": "NODE_ENV=production ELECTRON=true frappe build electron && electron-builder"
},
"dependencies": {
"frappejs": "^0.0.10"
}
}