diff --git a/package.json b/package.json index b022455..2a90209 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { - "name": "digitalocean-openapi", - "version": "0.1.0", + "name": "openapi-digitalocean", + "version": "1.0.0", "author": "Samuel Kopp (https://samuelkopp.de)", "license": "MIT", - "description": "A preconfigured OpenAPI client for DigitalOcean's API.", + "description": "A OpenAPI client for DigitalOcean's API written in TypeScript.", "funding": "https://github.com/sponsors/boywithkeyboard", - "repository": "github:boywithkeyboard/digitalocean-openapi", + "repository": "github:boywithkeyboard/openapi-digitalocean", "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", @@ -24,6 +24,16 @@ "types": "./dist/index.d.ts", "default": "./dist/index.cjs" } + }, + "./v2": { + "import": { + "types": "./dist/index.d.ts", + "default": "./dist/index.mjs" + }, + "require": { + "types": "./dist/index.d.ts", + "default": "./dist/index.cjs" + } } }, "scripts": {