Gitako/server/package.json
2020-05-30 16:15:26 +08:00

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"
}
}