Skip to content
Snippets Groups Projects
package.json 861 B
Newer Older
Sebastian Listl's avatar
Sebastian Listl committed
{
    "name": "@aditosoftware/root",
Sebastian Listl's avatar
Sebastian Listl committed
    "adito": {
        "type": "module"
    },
    "dependencies": {
Sebastian Listl's avatar
Sebastian Listl committed
    },
    "devDependencies": {
Lukas Werner's avatar
Lukas Werner committed
    },
    "scripts": {
        "gen-Initial-Liquibase": "ts-node ./scripts/genInitLiquibaseFiles.ts",
        "gen-Sys-Initial-Liquibase": "ts-node ./scripts/genInitLiquibaseFilesSYSTEMALIAS.ts"
Sebastian Listl's avatar
Sebastian Listl committed
    }
Sebastian Listl's avatar
Sebastian Listl committed
}