28 lines
722 B
JSON
28 lines
722 B
JSON
{
|
|
"name": "gallery-jwt-json-server",
|
|
"version": "0.0.1",
|
|
"description": "Gallery and JWT Protected REST API with json-server",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start-no-auth": "json-server --watch ./api_v1/db.json -s ./public --host 0.0.0.0 --port 4000",
|
|
"start": "node ./api_v1/server.js -s ./public",
|
|
"hash": "node ./api_v1/tools.js"
|
|
},
|
|
"keywords": [
|
|
"api"
|
|
],
|
|
"author": "Fabio",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"async": "^3.2.6",
|
|
"axios": "^1.13.5",
|
|
"bcrypt": "^6.0.0",
|
|
"body-parser": "^2.2.2",
|
|
"dotenv": "^17.3.1",
|
|
"exifreader": "^4.36.2",
|
|
"json-server": "^0.17.4",
|
|
"jsonwebtoken": "^9.0.3",
|
|
"path": "^0.12.7",
|
|
"sharp": "^0.34.5"
|
|
}
|
|
}
|