-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 876 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 876 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
30
31
32
33
{
"name": "duckduckgoose",
"version": "1.0.0",
"description": "A small social media site.",
"main": "index.js",
"scripts": {
"build": "node build.js",
"start": "node dist/app.js",
"test": "mocha \"./test/**/*.spec.js\"" },
"author": "",
"license": "ISC",
"devDependencies": {
"@types/express": "^4.17.17",
"@types/express-session": "^1.17.6",
"@types/passport": "^1.0.11",
"@types/passport-local": "^1.0.35",
"@types/pug": "^2.0.6",
"connect-session-sequelize": "^7.1.5",
"copyfiles": "^2.4.1",
"date-fns": "^2.29.3",
"esbuild": "^0.17.5",
"express": "^4.18.2",
"express-session": "^1.17.3",
"mocha": "^10.2.0",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"pg": "^8.9.0",
"pg-hstore": "^2.3.4",
"pug": "^3.0.2",
"sequelize": "^6.28.0",
"typescript": "^4.9.5"
}
}