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

33 lines
716 B
JSON

{
"name": "samurai",
"version": "0.0.1",
"description": "Our own Invoice Stuff",
"main": "index.ts",
"scripts": {
"dev": "ts-node src/index.ts"
},
"repository": {
"type": "git",
"url": "git@git.odit.services:odit/samurai-next.git"
},
"keywords": [
"invoice",
"crm"
],
"author": "ODIT.Services",
"license": "MIT",
"dependencies": {
"@hapi/hapi": "^20.0.1",
"@types/hapi__hapi": "^20.0.2",
"class-validator": "^0.12.2",
"pg": "^8.4.2",
"reflect-metadata": "^0.1.10",
"typeorm": "0.2.29"
},
"devDependencies": {
"@types/node": "^8.0.29",
"ts-node": "3.3.0",
"typescript": "3.3.3333"
}
}