-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "sham-parts-api",
"version": "0.0.1",
"description": "API for the ShamParts PLM app.",
"license": "MIT",
"readmeFilename": "README.md",
"author": {
"name": "Jacob Barta",
"email": "jacob.barta25@gmail.com"
},
"tags": [
"orm",
"typescript",
"typescript-orm",
"typeorm-sample",
"typeorm-example"
],
"devDependencies": {
"prettier": "^2.5.1",
"typescript": "^4.9.5"
},
"dependencies": {
"@types/axios": "^0.14.0",
"@types/express": "^4.17.21",
"@types/morgan": "^1.9.9",
"axios": "^1.6.7",
"class-transformer": "^0.5.1",
"dotenv-defaults": "^5.0.2",
"express": "^4.18.3",
"firebase-admin": "^12.2.0",
"fraction.js": "^4.3.7",
"js-yaml": "^4.1.0",
"morgan": "^1.10.0",
"node-fetch": "^3.3.2",
"node-mailjet": "^6.0.5",
"nodemon": "^3.1.0",
"pg": "^8.7.3",
"reflect-metadata": "^0.1.14",
"ts-node": "^10.9.2",
"typeorm": "^0.3.0-rc.40"
},
"scripts": {
"watch": "tsc -w",
"start": "tsc && node src/index.js",
"typeorm": "./node_modules/.bin/typeorm",
"setup": "npm install && node src/setup.js"
}
}