UNPKG

391 BJSONView Raw
1{
2 "name": "@hexly/serverless-tools",
3 "version": "0.0.15",
4 "description": "",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1",
8 "deploy": "npm publish --access public"
9 },
10 "author": "",
11 "license": "ISC",
12 "dependencies": {
13 "node-fetch": "^2.2.1",
14 "ramda": "^0.25.0"
15 },
16 "devDependencies": {
17 "jest": "^23.6.0"
18 }
19}