forked from myMartek/Bambulab-Filament-Inventory
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 723 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 723 Bytes
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
{
"name": "filament-inventory",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"migrate": "node scripts/init-migrations.cjs",
"start": "node scripts/init-migrations.cjs && node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.6.2",
"bcrypt": "^6.0.0",
"cheerio": "^1.1.2",
"cors": "^2.8.5",
"crypto-random-string": "^5.0.0",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-jwt": "^8.4.1",
"express-session": "^1.18.2",
"js-yaml": "^4.1.1",
"jsonwebtoken": "^9.0.2",
"moment": "^2.29.4",
"uuid": "^9.0.1"
}
}