22 lines
448 B
JSON
22 lines
448 B
JSON
{
|
|
"name": "vn-claim",
|
|
"version": "1.0.0",
|
|
"main": "server/server.js",
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"start": "node .",
|
|
"posttest": "npm run lint && nsp check"
|
|
},
|
|
"dependencies": {
|
|
"vn-loopback": "file:../loopback",
|
|
"object-diff": "0.0.4",
|
|
"object.pick": "^1.3.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.verdnatura.es/salix"
|
|
},
|
|
"license": "GPL-3.0",
|
|
"description": "vn-claim"
|
|
}
|