diff --git a/jsr/jsr.json b/jsr/jsr.json index 1a4b790..6de18a5 100644 --- a/jsr/jsr.json +++ b/jsr/jsr.json @@ -1,20 +1,21 @@ { - "name": "@serial/cpp-bindings-windows", - "version": "", - "description": "Windows shared-library bindings for Serial-IO/cpp-core (distributed via JSON/base64 because JSR has limited binary support).", - "exports": { - "./bin": "./src/bin/index.ts" - }, - "publish": { - "include": [ - "README.md", - "LICENSE", - "jsr.json", - "src/**", - "bin/**" - ], - "exclude": [ - "!bin/" - ] - } + "name": "@serial/cpp-bindings-windows", + "version": "", + "license": "./LICENSE", + "description": "C++ Windows Bindings for the serial library", + "exports": { + "./bin": "./src/bin/index.ts" + }, + "publish": { + "include": [ + "README.md", + "LICENSE", + "jsr.json", + "src/**", + "bin/**" + ], + "exclude": [ + "!bin/" + ] + } }