-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.15 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.15 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
{
"version": "0.0.6-1",
"name": "@envuso/utilities",
"author": "Sam Parton @iDevelopThings",
"description": "Envuso is a backend framework focusing building apis using Fastify and MongoDB support.",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"dev": "ts-node-dev --respawn --rs --transpile-only src/index.ts --input-type=module"
},
"dependencies": {
"@types/lodash": "^4.14.178",
"@types/pluralize": "^0.0.29",
"@types/reflect-metadata": "^0.1.0",
"chalk": "^4.1.0",
"crypto-js": "^4.1.1",
"dotenv": "^14.1.0",
"dotenv-expand": "^6.0.1",
"fs-extra": "^10.0.0",
"lodash": "^4.17.21",
"mongodb": "^4.3.0",
"pluralize": "^8.0.0",
"reflect-metadata": "^0.1.13",
"ts-node": "^10.4.0",
"ts-node-dev": "^1.1.8",
"tslib": "^2.3.1",
"tslog": "^3.3.1",
"winston": "^3.3.4",
"winston-daily-rotate-file": "^4.5.5"
},
"devDependencies": {
"@envuso/types": "^0.0.1",
"@types/jest": "^27.4.0",
"@types/node": "^14.14.41",
"jest": "^27.4.7",
"ts-jest": "^27.1.2",
"typescript": "^4.4.2"
},
"files": [
"dist/**/*"
]
}