-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 960 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 960 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
34
35
36
{
"name": "osu-pattern-gallery-server",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "mocha -r dotenv/config",
"startDev": "node -r dotenv/config server.js | pino-pretty -t SYS:standard",
"start":"node server.js",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install --prefix client && npm run build --prefix client"
},
"author": "",
"license": "ISC",
"devDependencies": {
"chai": "^4.3.6",
"dotenv": "^16.0.0",
"mocha": "^9.2.1",
"pino-pretty": "^7.5.3"
},
"dependencies": {
"@awaitjs/express": "^0.9.0",
"axios": "^0.26.1",
"connect-mongo": "^4.6.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"express": "^4.17.3",
"express-session": "^1.17.2",
"imgur": "^2.1.4",
"mongoose": "^6.2.4",
"node-osu": "^2.2.1",
"passport": "^0.5.2",
"passport-oauth2": "^1.6.1",
"pino": "^7.8.0",
"tslib": "^2.3.1"
}
}