mirror of
https://github.com/selfxyz/self.git
synced 2026-01-23 21:48:01 -05:00
16 lines
325 B
JSON
16 lines
325 B
JSON
{
|
|
"name": "server",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/body-parser": "^1.19.2",
|
|
"@types/express": "^4.17.17",
|
|
"@types/node": "^20.4.5",
|
|
"body-parser": "^1.20.2",
|
|
"express": "^4.18.2",
|
|
"fs": "^0.0.1-security",
|
|
"typescript": "^5.1.6"
|
|
}
|
|
}
|