digitalocean-openapi-js
Version:
Generated JS from digitalocean v2 openapi spec
63 lines (62 loc) • 1.44 kB
JSON
{
"name": "digitalocean-openapi-js",
"version": "1.0.3",
"description": "Generated JS from digitalocean v2 openapi spec",
"scripts": {
"test": "node --loader ts-node/esm test/*.ts",
"oa:init": "openapi-generator-cli version-manager set 7.8.0",
"oa:gen": "openapi-generator-cli generate",
"biome:chk": "biome check --write --unsafe",
"tsc:vldt": "tsc --noEmit",
"tsc:bld": "tsc -b",
"clean": "rm -rf src dist/* node_modules package-lock.json"
},
"author": "gurramsanjaya",
"license": "GPL-3.0-only",
"repository": {
"type": "git",
"url": "git+https://github.com/gurramsanjaya/digitalocean-openapi-js.git"
},
"keywords": [
"digitalocean",
"digitalocean-api",
"axios",
"api-js"
],
"devDependencies": {
"@biomejs/biome": "^1.9.2",
"@openapitools/openapi-generator-cli": "^2.13.9",
"dotenv": "16.4.5",
"ts-node": "^10.9.2",
"typescript": "^5.6.2"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=22.0.0"
},
"dependencies": {
"@types/node": "^22.5.5",
"axios": "^1.7.7"
},
"files": [
"dist",
"public"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"./api": {
"types": "./dist/api.d.ts",
"import": "./dist/api.js"
},
"./configuration": {
"types": "./dist/configuration.d.ts",
"import": "./dist/configuration.js"
},
"./package.json": "./package.json"
},
"type": "module"
}