You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
785 B
JSON
34 lines
785 B
JSON
{
|
|
"dependencies": {
|
|
"@prisma/client": "^5.0.0",
|
|
"@types/express": "^4.17.17",
|
|
"@types/ws": "^8.5.5",
|
|
"express": "^4.18.2",
|
|
"ws": "^8.13.0"
|
|
},
|
|
"name": "ocs3",
|
|
"description": "Sineware Open Cloud Server 3",
|
|
"version": "1.0.0",
|
|
"main": "src/index.ts",
|
|
"devDependencies": {
|
|
"@types/node": "^20.4.3",
|
|
"prisma": "^5.0.0",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.1.6"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "ts-node src/index.ts"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://update.sineware.ca/git/sineware/ocs3.git"
|
|
},
|
|
"author": "Seshan Ravikumar",
|
|
"license": "AGPL-3.0",
|
|
"optionalDependencies": {
|
|
"bufferutil": "^4.0.7",
|
|
"utf-8-validate": "^6.0.3"
|
|
}
|
|
}
|