{ "name": "person", "version": "1.0.0", "description": "find person from database", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "gauthier", "license": "ISC", "dependencies": { "commander": "^2.9.0" } }