-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.52 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "instock-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"colorette": "^2.0.19",
"commander": "^10.0.1",
"cors": "^2.8.5",
"denque": "^2.1.0",
"dotenv": "^16.4.1",
"email-validator": "^2.0.4",
"escalade": "^3.1.2",
"esm": "^3.2.25",
"express": "^4.18.2",
"function-bind": "^1.1.2",
"generate-function": "^2.3.1",
"get-package-type": "^0.1.0",
"getopts": "^2.3.0",
"hasown": "^2.0.0",
"interpret": "^2.2.0",
"is-core-module": "^2.13.1",
"is-property": "^1.0.2",
"knex": "^3.1.0",
"lodash": "^4.17.21",
"long": "^5.2.3",
"lru-cache": "^8.0.5",
"mysql2": "^3.9.1",
"named-placeholders": "^1.1.3",
"nodemon": "^3.0.3",
"path-parse": "^1.0.7",
"pg-connection-string": "^2.6.2",
"react-router-dom": "^6.22.0",
"rechoir": "^0.8.0",
"resolve": "^1.22.8",
"resolve-from": "^5.0.0",
"safer-buffer": "^2.1.2",
"seq-queue": "^0.0.5",
"sqlstring": "^2.3.3",
"supports-preserve-symlinks-flag": "^1.0.0",
"tarn": "^3.0.2",
"tildify": "^2.0.0",
"validator": "^13.11.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/charuzain/InStock-Api.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/charuzain/InStock-Api/issues"
},
"homepage": "https://github.com/charuzain/InStock-Api#readme"
}