{
    "name": "open-extracts",
    "version": "1.5.0",
    "main": "src/OpenExtracts.js",
    "license": "MIT",
    "author": "Refringe",
    "sptVersion": "~3.9",
    "scripts": {
        "setup": "npm i",
        "postinstall": "node ./postInstall.mjs",
        "build": "node ./build.mjs",
        "buildinfo": "node ./build.mjs --verbose"
    },
    "dependencies": {
        "ajv": "^8.12",
        "ajv-formats": "^3.0",
        "json5": "^2.2"
    },
    "devDependencies": {
        "@types/node": "20.11.1",
        "@typescript-eslint/eslint-plugin": "^7.6",
        "@typescript-eslint/parser": "^7.6",
        "archiver": "^7.0",
        "eslint": "^8.57",
        "eslint-config-prettier": "^9.1",
        "eslint-plugin-prettier": "^5.1",
        "fs-extra": "^11.2",
        "ignore": "^5.3",
        "os": "^0.1",
        "prettier": "^3.2",
        "tsyringe": "4.8.0",
        "typescript": "^5.4",
        "winston": "^3.13"
    }
}
