mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2024-11-22 13:29:22 +00:00
15 lines
253 B
JSON
15 lines
253 B
JSON
|
{
|
||
|
"name": "api-v2",
|
||
|
"version": "1.0.0",
|
||
|
"description": "New API for Comunic",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"run": "tsc && node dist/main.js"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"typescript": "^3.7.2"
|
||
|
}
|
||
|
}
|