-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 913 Bytes
/
package.json
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
{
"name": "@tablerise/database-management",
"version": "5.3.7",
"description": "A library to manage the project database",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"bin": {
"@tablerise/database-management": "index.js"
},
"repository": {
"type": "git",
"url": "git://github.com/TableRise/database-management.git"
},
"author": "@table-rise/adson-gomes-oliveira",
"license": "ISC",
"bugs": {
"url": "https://github.com/TableRise/database-management.git./issues"
},
"homepage": "https://github.com/TableRise/database-management.git.#readme",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"dependencies": {
"mongoose": "7.6.12",
"redis": "4.6.12",
"uuid": "9.0.1"
},
"devDependencies": {
"@types/node": "20.5.0",
"typescript": "5.1.6"
},
"files": [
"/dist"
]
}