This repository has been archived on 2020-11-04. You can view files and clone it, but cannot push or open issues or pull requests.
samurai-next/package.json

23 lines
432 B
JSON

{
"name": "samurai",
"version": "0.0.1",
"description": "Our own Invoice Stuff",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@git.odit.services:odit/samurai-next.git"
},
"keywords": [
"invoice",
"crm"
],
"author": "ODIT.Services",
"license": "MIT",
"dependencies": {
"typeorm": "^0.2.29"
}
}