mirror of
https://github.com/frappe/books.git
synced 2024-11-08 23:00:56 +00:00
38 lines
831 B
JSON
38 lines
831 B
JSON
{
|
|
"name": "frappe-core",
|
|
"version": "1.0.0",
|
|
"description": "Frappe Core",
|
|
"main": "frappe/index.js",
|
|
"scripts": {
|
|
"test": "mocha frappe/tests",
|
|
"start": "nodemon frappe/app.js"
|
|
},
|
|
"dependencies": {
|
|
"body-parser": "^1.18.2",
|
|
"express": "^4.16.2",
|
|
"node-fetch": "^1.7.3",
|
|
"nodemon": "^1.14.7",
|
|
"sql.js": "^0.4.0",
|
|
"sqlite3": "^3.1.13",
|
|
"walk": "^2.3.9"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/frappe/frappe-js.git"
|
|
},
|
|
"parserOptions": {
|
|
"ecmaVersion": 2017
|
|
},
|
|
"author": "Frappe",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/frappe/frappe-js/issues"
|
|
},
|
|
"homepage": "https://github.com/frappe/frappe-js#readme",
|
|
"devDependencies": {
|
|
"eslint": "^4.9.0",
|
|
"mocha": "^4.0.1",
|
|
"webpack": "^3.8.1"
|
|
}
|
|
}
|