mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
13 lines
264 B
JSON
13 lines
264 B
JSON
{
|
|
"name": "gitako-server",
|
|
"version": "0.1.0",
|
|
"main": "api/index.ts",
|
|
"author": "EnixCoda",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@now/node": "^1.5.0",
|
|
"@types/node-fetch": "^2.5.5",
|
|
"node-fetch": "^2.6.0",
|
|
"typescript": "^3.8.3"
|
|
}
|
|
}
|