Elm
elm.json file
| Type | Application | Package |
|---|---|
| File match |
elm.json
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/elm/latest.json |
| Source | https://www.schemastore.org/elm.json |
Validate with Lintel
npx @lintel/lintel check
Type:
Application | Package
Any of
Definitions
Package
object
type
const: "package"
required
name
string
required
pattern=^[^/]+/[^/]+$
summary
string
required
license
string | enum
required
version
string
required
exposed-modules
string[] | object
required
pattern=^[0-9]+\.[0-9]+\.[0-9]+ <= v < [0-9]+\.[0-9]+\.[0-9]+$
Application
object
type
const: "application"
required
source-directories
string[]
required
pattern=^[0-9]+\.[0-9]+\.[0-9]+$
ApplicationDependencies
object
PackageDependencies
object
Range
string
Version
string