mirror of
https://github.com/frappe/books.git
synced 2024-11-12 16:36:27 +00:00
16 lines
267 B
JSON
16 lines
267 B
JSON
{
|
|
"name": "frappe-accounting",
|
|
"version": "1.0.0",
|
|
"main": "server.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "mocha tests",
|
|
"start": "nodemon server.js"
|
|
},
|
|
"dependencies": {
|
|
"frappejs": "link:../frappejs"
|
|
},
|
|
"devDependencies": {
|
|
}
|
|
}
|