UNPKG

postal-api

Version:
40 lines (39 loc) 797 B
{ "name": "postal-api", "version": "1.0.2", "description": "REST API server for libpostal", "author": { "name": "Damian Krzeminski", "email": "pirxpilot@furkot.com", "url": "https://pirxpilot.me" }, "repository": "github:pirxpilot/postal-api", "license": "MIT", "keywords": [ "postal-api", "libpostal", "postal", "addresses", "address parsing" ], "dependencies": { "@pirxpilot/connect": "^4.0.0", "dotenv": "~16", "parseurl": "~1", "postal-async": "^1.0.0", "router": "^1.3.3", "server-timings": "^2.0.1" }, "devDependencies": { "@pirxpilot/jshint": "~3", "supertest-fetch": "^1.5.0" }, "scripts": { "test": "make check", "serve": "node index.js" }, "files": [ "index.js", "lib" ] }