-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 848 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 848 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
{
"name": "messago_api",
"version": "1.0.0",
"description": "The messago API server - gathers posts and news from other API providers.",
"homepage": "https://github.com/messago-chat/messago_api#readme",
"bugs": {
"url": "https://github.com/messago-chat/messago_api/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/messago-chat/messago_api.git"
},
"license": "MIT",
"author": "nikeedev",
"contributors": [
"stiostudio"
],
"type": "commonjs",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"bcryptjs": "^3.0.2",
"better-sqlite3": "^11.9.1",
"body-parser": "^2.2.0",
"cors": "^2.8.5",
"express": "^5.1.0",
"random-token": "^0.0.8"
}
}