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

15 lines
260 B
JSON
Raw Normal View History

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",
"express-http-proxy": "^1.6.2",
"hs-client": "^0.0.9"
2020-07-30 12:23:49 +00:00
},
"devDependencies": {
"prettier": "^2.0.5"
}
}