diff --git a/package.json b/package.json new file mode 100644 index 0000000..396b9db --- /dev/null +++ b/package.json @@ -0,0 +1,15 @@ +{ + "name": "click-counter", + "version": "0.0.1", + "description": "Minimal API for counting clicks", + "main": "index.js", + "dependencies": { + "ioredis": "^4.1.0", + "koa": "^2.5.3" + }, + "devDependencies": {}, + "scripts": {}, + "keywords": [], + "author": "", + "license": "ISC" +}