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.
skynet-webportal/packages/handshake-api/package.json

16 lines
301 B
JSON
Raw Normal View History

2020-07-30 12:23:49 +00:00
{
"name": "handshake-api",
"version": "1.0.0",
"main": "index.js",
2021-03-15 11:53:57 +00:00
"license": "SEE LICENSE IN LICENSE.md",
2020-07-30 12:23:49 +00:00
"dependencies": {
"express": "^4.17.3",
"hs-client": "^0.0.10",
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": {
"prettier": "^2.5.1"
2020-07-30 12:23:49 +00:00
}
}