41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "express-hello-world",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"commander": "^13.1.0",
|
|
"cookie-parser": "^1.4.7",
|
|
"dotenv": "^16.4.7",
|
|
"ejs": "^3.1.10",
|
|
"eslint": "^8.57.1",
|
|
"express": "^4.17.1",
|
|
"nostr-tools": "^2.10.4",
|
|
"pg": "^8.13.1",
|
|
"sequelize": "^6.37.5",
|
|
"sqlite3": "^5.1.7",
|
|
"uuid": "^11.0.5"
|
|
},
|
|
"description": "",
|
|
"main": "src/app.js",
|
|
"scripts": {
|
|
"start": "node src/app.js",
|
|
"start:containers": "docker compose up -d --build",
|
|
"stop:containers": "docker compose down",
|
|
"cli": "node src/cli.js",
|
|
"test": "playwright test",
|
|
"lint": "eslint . --fix",
|
|
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json,css,scss,html,ejs}\""
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.20.0",
|
|
"@playwright/test": "^1.50.1",
|
|
"eslint-config-prettier": "^10.0.1",
|
|
"eslint-plugin-prettier": "^5.2.3",
|
|
"globals": "^15.15.0",
|
|
"playwright": "^1.50.1",
|
|
"prettier": "^3.5.1",
|
|
"prettier-plugin-ejs": "^1.0.3"
|
|
}
|
|
}
|