{ "author": "", "dependencies": { "@m3o/m3o-node": "^0.0.24", "@types/estree": "^0.0.47", "chalk": "^2.4.2", "move-file": "^3.0.0", "ncp": "^2.0.0", "rimraf": "^3.0.2" }, "devDependencies": { "prettier": "^2.4.1", "typescript": "^3.5.1" }, "files": [ "esm", "index.js", "index.d.ts", "address", "answer", "cache", "cmd", "crypto", "currency", "db", "email", "emoji", "evchargers", "file", "forex", "function", "geocoding", "gifs", "helloworld", "holidays", "id", "image", "ip", "location", "notes", "otp", "pkg", "postcode", "prayer", "qr", "quran", "routing", "rss", "sentiment", "sms", "stock", "stream", "sunnah", "test", "thumbnail", "time", "twitter", "url", "user", "vehicle", "weather" ], "license": "ISC", "main": "index.js", "module": "esm/index.js", "name": "@micro/services", "repository": { "type": "git", "url": "https://github.com/micro/services" }, "scripts": { "build": "npm run clean \u0026\u0026 tsc \u0026\u0026 tsc --p tsconfig.es.json \u0026\u0026 node build.js", "clean": "rimraf ./tmp", "prepare": "npm run build" }, "types": "index.d.ts", "version": "0.0.1" }