{ "name": "@codefeathers/magnet", "version": "0.5.0", "license": "MIT", "author": "Muthu Kumar <@MKRhere> (https://mkr.pw)", "bin": { "magnet": "./bin/www" }, "scripts": { "start": "node ./bin/www" }, "dependencies": { "debug": "~2.6.9", "express": "~4.16.0", "leveldown": "^3.0.2", "levelup": "^2.0.2", "morgan": "~1.9.0" } }