UNPKG

@altravia/openapi

Version:
46 lines (45 loc) 1.08 kB
{ "name": "@altravia/openapi", "version": "1.4.2", "description": "Official OpenApi NodeJS Client", "main": "dist/index.js", "files": [ "dist" ], "scripts": { "test": "tsc && jest -config=jest.config.json --all", "build": "tsc", "tag": "git tag `npm view '@altravia/openapi' version`", "patch": "npm run build && npm version patch && npm run tag", "minor": "npm run build && npm version minor && npm run tag" }, "homepage": "https://developers.openapi.it", "repository": { "type": "git", "url": "https://github.com/openapi-it/OpenApi-NodeJS" }, "author": "Altravia Srl", "license": "MIT", "private": false, "keywords": [ "openapi", "visura", "ufficio postale", "geocoding", "altravia", "comuni", "pecmassiva", "aziende italiane" ], "dependencies": { "axios": "^0.21.2" }, "devDependencies": { "@babel/preset-typescript": "^7.14.5", "@types/jest": "^26.0.23", "dotenv": "^10.0.0", "jest": "^27.0.5", "ts-jest": "^27.0.3", "typescript": "^4.3.4" } }