addded more types, some are unfinished, ill come back to these tomorrow
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
// namespace Types.Models.Spt.Mod;
|
||||
//
|
||||
// public class PackageJsonData
|
||||
// {
|
||||
// export interface IPackageJsonData {
|
||||
// incompatibilities?: string[];
|
||||
// loadBefore?: string[];
|
||||
// loadAfter?: string[];
|
||||
// dependencies?: Record<string, string>;
|
||||
// modDependencies?: Record<string, string>;
|
||||
// name: string;
|
||||
// url: string;
|
||||
// author: string;
|
||||
// version: string;
|
||||
// sptVersion: string;
|
||||
// /** We deliberately purge this data */
|
||||
// scripts: Record<string, string>;
|
||||
// devDependencies: Record<string, string>;
|
||||
// licence: string;
|
||||
// main: string;
|
||||
// isBundleMod: boolean;
|
||||
// contributors: string[];
|
||||
// }
|
||||
//
|
||||
// }
|
||||
|
||||
// TODO: this will need changing to however we implement it in this project
|
||||
Reference in New Issue
Block a user