You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
{
|
|
"name": "global-draw",
|
|
"version": "2.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node out/index.js",
|
|
"tsc": "npx tsc"
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "^16.0.3",
|
|
"socket.io": "^4.4.1",
|
|
"typescript": "^5.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.15.3"
|
|
}
|
|
}
|
|
|