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

{
"name": "handshake-api",
"version": "1.0.0",
"main": "index.js",
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
"express": "^4.17.1",
"hs-client": "^0.0.9",
"node-cache": "^5.1.2",
"punycode": "^2.1.1"
},
"devDependencies": {
"prettier": "^2.2.1"
}
}