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
300 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.1",
"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
}
}