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