Skip to content

Missing license field in package.json #172

@Leopold-iziwork

Description

@Leopold-iziwork

Description

The @mistralai/mistralai npm package (v1.14.1) is missing the license field in its package.json. This causes automated license compliance tools to report the package as UNKNOWN license, blocking CI pipelines.

Steps to reproduce

node -e "console.log(require('./node_modules/@mistralai/mistralai/package.json').license)"
# Output: undefined

Or check directly on npm: https://www.npmjs.com/package/@mistralai/mistralai — no license is listed.

Expected behavior

The package.json should include "license": "Apache-2.0" to match the LICENSE file in this repository.

Impact

Organizations using automated license checkers (e.g., FOSSA, license-checker, custom tools) cannot validate the package license, which blocks adoption in environments with license compliance requirements.

Environment

  • Package: @mistralai/mistralai
  • Version: 1.14.1
  • Collected via npm view @mistralai/mistralai license → returns empty

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions