{ "name": "@micro/services", "version": "1.0.1", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "repository": { "type": "git", "url": "https://github.com/micro/services" }, "author": "", "license": "ISC", "scripts": { "build": "tsc", "prepare": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "devDependencies": { "typescript": "^3.5.1" }, "dependencies": { "@m3o/m3o-node": "^0.0.24" }, "exports": {} }