{ "name": "asy-api", "version": "1.0.0", "description": "asy-api", "main": "index.js", "scripts": { "start": "node app.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git@gitea.ljc42.com:cochrane/ASY-API.git" }, "author": "", "license": "ISC", "dependencies": { "body-parser": "^2.2.0", "express": "^5.1.0" } }