UNPKG

@ovh-api/common

Version:

common class used to enable Ovh Api new calls Syntax

35 lines 1.06 kB
{ "name": "@ovh-api/common", "description": "common class used to enable Ovh Api new calls Syntax", "version": "4.0.2", "main": "./lib/cjs/index.js", "typings": "./lib/esm/index.d.ts", "exports": { ".": { "require": "./lib/cjs/index.js", "import": "./lib/esm/index.js", "types": "./lib/esm/index.d.ts" } }, "funding": "https://github.com/sponsors/urielch", "license": "MIT", "author": "Uriel Chemouni <uchemouni@gmail.com> (https://uriel.deno.dev/)", "gitHead": "9054d4e68cd0b25c73f4d6d47a17e6b174a281db", "publishConfig": { "access": "public" }, "bugs": "https://github.com/UrielCh/api-ovh-node/issues", "repository": { "type": "git", "url": "git+https://github.com/UrielCh/api-ovh-node.git" }, "scripts": { "build": "tsc --pretty --project . && tsc --pretty --project tsconfig-cjs.json", "prepare": "npm run build", "build:watch": "tsc -p . --watch" }, "files": ["lib", "src"], "devDependencies": { "typescript": "^5.0.4" } }