mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2024-11-22 05:19:22 +00:00
16 lines
312 B
JSON
16 lines
312 B
JSON
{
|
|
"name": "api-v2",
|
|
"version": "1.0.0",
|
|
"description": "New API for Comunic",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"run": "tsc && node dist/main.js"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"typescript": "^3.7.2"
|
|
}
|
|
}
|