This repository has been archived on 2022-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
2020-07-30 12:23:49 +00:00
|
|
|
{
|
|
|
|
"name": "handshake-api",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"main": "index.js",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"express": "^4.17.1",
|
2020-09-03 13:08:55 +00:00
|
|
|
"hs-client": "^0.0.9",
|
2020-10-14 09:50:47 +00:00
|
|
|
"node-cache": "^5.1.2",
|
|
|
|
"punycode": "^2.1.1"
|
2020-07-30 12:23:49 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-01-26 11:18:40 +00:00
|
|
|
"prettier": "^2.2.1"
|
2020-07-30 12:23:49 +00:00
|
|
|
}
|
|
|
|
}
|