Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface IPackageJsonData
import { type IPackageJsonData } from "https://deno.land/x/sptaki@1.2.0/models/mod.ts";

Properties

optional
incompatibilities: string[]
optional
loadBefore: string[]
optional
loadAfter: string[]
optional
dependencies: Record<string, string>
optional
modDependencies: Record<string, string>
name: string
url: string
author: string
version: string
akiVersion: string
scripts: Record<string, string>

We deliberately purge this data

devDependencies: Record<string, string>
licence: string
main: string
isBundleMod: boolean
contributors: string[]