### Example project's package.json that add logstatalarm library ``` { "name": "testnpm", "version": "1.0.0", "description": "", "main": "index.js", "dependencies": { "logstatalarm": "git+ssh://git@git.sourcecode.co.th:1223/ais-projects/logstatalarm.git#original" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC" } ```