@ovh-api/common
Version:
Common class used to enable Ovh Api new calls Syntax
44 lines • 1.37 kB
JSON
{
"name": "@ovh-api/common",
"description": "Common class used to enable Ovh Api new calls Syntax",
"version": "4.0.4",
"type": "module",
"main": "./cjs/index.js",
"module": "./esm/index.js",
"types": "./types/index.d.ts",
"exports": {
".": {
"import": {
"types": "./types/index.d.ts",
"default": "./esm/index.js"
},
"require": {
"types": "./types/index.d.ts",
"default": "./cjs/index.js"
}
}
},
"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 && tsc --pretty --project tsconfig-dt.json",
"clean": "rimraf esm/*.js esm/*.js.map cjs/*.js cjs/*.js.map types/*.d.ts types/*.d.ts.map",
"prepare": "npm run build",
"checkExports": "npx @arethetypeswrong/cli $(npm pack)",
"build:watch": "tsc -p . --watch"
},
"files": ["cjs", "esm", "types", "src"],
"devDependencies": {
"typescript": "^5.4.5"
}
}